public enum IfcConstructionEquipmentResourceTypeEnum extends Enum<IfcConstructionEquipmentResourceTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
DEMOLISHING
The 'DEMOLISHING' literal object.
|
EARTHMOVING
The 'EARTHMOVING' literal object.
|
ERECTING
The 'ERECTING' literal object.
|
HEATING
The 'HEATING' literal object.
|
LIGHTING
The 'LIGHTING' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PAVING
The 'PAVING' literal object.
|
PUMPING
The 'PUMPING' literal object.
|
TRANSPORTING
The 'TRANSPORTING' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DEMOLISHING_VALUE
The 'DEMOLISHING' literal value.
|
static int |
EARTHMOVING_VALUE
The 'EARTHMOVING' literal value.
|
static int |
ERECTING_VALUE
The 'ERECTING' literal value.
|
static int |
HEATING_VALUE
The 'HEATING' 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 |
PAVING_VALUE
The 'PAVING' literal value.
|
static int |
PUMPING_VALUE
The 'PUMPING' literal value.
|
static int |
TRANSPORTING_VALUE
The 'TRANSPORTING' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcConstructionEquipmentResourceTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Construction Equipment Resource Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcConstructionEquipmentResourceTypeEnum |
get(int value)
Returns the 'Ifc Construction Equipment Resource Type Enum' literal with the specified integer value.
|
static IfcConstructionEquipmentResourceTypeEnum |
get(String literal)
Returns the 'Ifc Construction Equipment Resource Type Enum' literal with the specified literal value.
|
static IfcConstructionEquipmentResourceTypeEnum |
getByName(String name)
Returns the 'Ifc Construction Equipment Resource 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 IfcConstructionEquipmentResourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcConstructionEquipmentResourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcConstructionEquipmentResourceTypeEnum NULL
NULL_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum DEMOLISHING
DEMOLISHING_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum TRANSPORTING
TRANSPORTING_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum PAVING
PAVING_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum EARTHMOVING
EARTHMOVING_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum HEATING
HEATING_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum LIGHTING
LIGHTING_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum PUMPING
PUMPING_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcConstructionEquipmentResourceTypeEnum ERECTING
ERECTING_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 DEMOLISHING_VALUE
If the meaning of 'DEMOLISHING' literal object isn't clear, there really should be more of a description here...
DEMOLISHING,
Constant Field Valuespublic static final int TRANSPORTING_VALUE
If the meaning of 'TRANSPORTING' literal object isn't clear, there really should be more of a description here...
TRANSPORTING,
Constant Field Valuespublic static final int PAVING_VALUE
If the meaning of 'PAVING' literal object isn't clear, there really should be more of a description here...
PAVING,
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 EARTHMOVING_VALUE
If the meaning of 'EARTHMOVING' literal object isn't clear, there really should be more of a description here...
EARTHMOVING,
Constant Field Valuespublic static final int HEATING_VALUE
If the meaning of 'HEATING' literal object isn't clear, there really should be more of a description here...
HEATING,
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 PUMPING_VALUE
If the meaning of 'PUMPING' literal object isn't clear, there really should be more of a description here...
PUMPING,
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 ERECTING_VALUE
If the meaning of 'ERECTING' literal object isn't clear, there really should be more of a description here...
ERECTING,
Constant Field Valuespublic static final List<IfcConstructionEquipmentResourceTypeEnum> VALUES
public static IfcConstructionEquipmentResourceTypeEnum[] values()
for (IfcConstructionEquipmentResourceTypeEnum c : IfcConstructionEquipmentResourceTypeEnum.values()) System.out.println(c);
public static IfcConstructionEquipmentResourceTypeEnum 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 IfcConstructionEquipmentResourceTypeEnum get(String literal)
literal - the literal.null.public static IfcConstructionEquipmentResourceTypeEnum getByName(String name)
name - the name.null.public static IfcConstructionEquipmentResourceTypeEnum 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<IfcConstructionEquipmentResourceTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.