public enum IfcWallTypeEnum extends Enum<IfcWallTypeEnum>
Enum Constant and Description |
---|
ELEMENTEDWALL |
MOVABLE |
NOTDEFINED |
PARAPET |
PARTITIONING |
PLUMBINGWALL |
POLYGONAL |
SHEAR |
SOLIDWALL |
STANDARD |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcWallTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcWallTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcWallTypeEnum MOVABLE
public static final IfcWallTypeEnum PARAPET
public static final IfcWallTypeEnum PARTITIONING
public static final IfcWallTypeEnum PLUMBINGWALL
public static final IfcWallTypeEnum SHEAR
public static final IfcWallTypeEnum SOLIDWALL
public static final IfcWallTypeEnum STANDARD
public static final IfcWallTypeEnum POLYGONAL
public static final IfcWallTypeEnum ELEMENTEDWALL
public static final IfcWallTypeEnum USERDEFINED
public static final IfcWallTypeEnum NOTDEFINED
public static IfcWallTypeEnum[] values()
for (IfcWallTypeEnum c : IfcWallTypeEnum.values()) System.out.println(c);
public static IfcWallTypeEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null