public enum IfcSpatialZoneTypeEnum extends Enum<IfcSpatialZoneTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcSpatialZoneTypeEnum()| Enum Constant and Description |
|---|
CONSTRUCTION
The 'CONSTRUCTION' literal object.
|
FIRESAFETY
The 'FIRESAFETY' literal object.
|
LIGHTING
The 'LIGHTING' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
OCCUPANCY
The 'OCCUPANCY' literal object.
|
SECURITY
The 'SECURITY' literal object.
|
THERMAL
The 'THERMAL' literal object.
|
TRANSPORT
The 'TRANSPORT' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
VENTILATION
The 'VENTILATION' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTION_VALUE
The 'CONSTRUCTION' literal value.
|
static int |
FIRESAFETY_VALUE
The 'FIRESAFETY' literal value.
|
static int |
LIGHTING_VALUE
The 'LIGHTING' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
OCCUPANCY_VALUE
The 'OCCUPANCY' literal value.
|
static int |
SECURITY_VALUE
The 'SECURITY' literal value.
|
static int |
THERMAL_VALUE
The 'THERMAL' literal value.
|
static int |
TRANSPORT_VALUE
The 'TRANSPORT' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcSpatialZoneTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Spatial Zone Type Enum' enumerators.
|
static int |
VENTILATION_VALUE
The 'VENTILATION' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcSpatialZoneTypeEnum |
get(int value)
Returns the 'Ifc Spatial Zone Type Enum' literal with the specified integer value.
|
static IfcSpatialZoneTypeEnum |
get(String literal)
Returns the 'Ifc Spatial Zone Type Enum' literal with the specified literal value.
|
static IfcSpatialZoneTypeEnum |
getByName(String name)
Returns the 'Ifc Spatial Zone Type Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static IfcSpatialZoneTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSpatialZoneTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSpatialZoneTypeEnum NULL
NULL_VALUEpublic static final IfcSpatialZoneTypeEnum TRANSPORT
TRANSPORT_VALUEpublic static final IfcSpatialZoneTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcSpatialZoneTypeEnum VENTILATION
VENTILATION_VALUEpublic static final IfcSpatialZoneTypeEnum FIRESAFETY
FIRESAFETY_VALUEpublic static final IfcSpatialZoneTypeEnum CONSTRUCTION
CONSTRUCTION_VALUEpublic static final IfcSpatialZoneTypeEnum SECURITY
SECURITY_VALUEpublic static final IfcSpatialZoneTypeEnum LIGHTING
LIGHTING_VALUEpublic static final IfcSpatialZoneTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcSpatialZoneTypeEnum THERMAL
THERMAL_VALUEpublic static final IfcSpatialZoneTypeEnum OCCUPANCY
OCCUPANCY_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int TRANSPORT_VALUE
If the meaning of 'TRANSPORT' literal object isn't clear, there really should be more of a description here...
TRANSPORT,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int VENTILATION_VALUE
If the meaning of 'VENTILATION' literal object isn't clear, there really should be more of a description here...
VENTILATION,
Constant Field Valuespublic static final int FIRESAFETY_VALUE
If the meaning of 'FIRESAFETY' literal object isn't clear, there really should be more of a description here...
FIRESAFETY,
Constant Field Valuespublic static final int CONSTRUCTION_VALUE
If the meaning of 'CONSTRUCTION' literal object isn't clear, there really should be more of a description here...
CONSTRUCTION,
Constant Field Valuespublic static final int SECURITY_VALUE
If the meaning of 'SECURITY' literal object isn't clear, there really should be more of a description here...
SECURITY,
Constant Field Valuespublic static final int LIGHTING_VALUE
If the meaning of 'LIGHTING' literal object isn't clear, there really should be more of a description here...
LIGHTING,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final int THERMAL_VALUE
If the meaning of 'THERMAL' literal object isn't clear, there really should be more of a description here...
THERMAL,
Constant Field Valuespublic static final int OCCUPANCY_VALUE
If the meaning of 'OCCUPANCY' literal object isn't clear, there really should be more of a description here...
OCCUPANCY,
Constant Field Valuespublic static final List<IfcSpatialZoneTypeEnum> VALUES
public static IfcSpatialZoneTypeEnum[] values()
for (IfcSpatialZoneTypeEnum c : IfcSpatialZoneTypeEnum.values()) System.out.println(c);
public static IfcSpatialZoneTypeEnum 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 nullpublic static IfcSpatialZoneTypeEnum get(String literal)
literal - the literal.null.public static IfcSpatialZoneTypeEnum getByName(String name)
name - the name.null.public static IfcSpatialZoneTypeEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcSpatialZoneTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.