public enum IfcExternalSpatialElementTypeEnum extends Enum<IfcExternalSpatialElementTypeEnum>
Enum Constant and Description |
---|
EXTERNAL |
EXTERNAL_EARTH |
EXTERNAL_FIRE |
EXTERNAL_WATER |
NOTDEFINED |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcExternalSpatialElementTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcExternalSpatialElementTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcExternalSpatialElementTypeEnum EXTERNAL
public static final IfcExternalSpatialElementTypeEnum EXTERNAL_EARTH
public static final IfcExternalSpatialElementTypeEnum EXTERNAL_WATER
public static final IfcExternalSpatialElementTypeEnum EXTERNAL_FIRE
public static final IfcExternalSpatialElementTypeEnum USERDEFINED
public static final IfcExternalSpatialElementTypeEnum NOTDEFINED
public static IfcExternalSpatialElementTypeEnum[] values()
for (IfcExternalSpatialElementTypeEnum c : IfcExternalSpatialElementTypeEnum.values()) System.out.println(c);
public static IfcExternalSpatialElementTypeEnum 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