public enum IfcPileConstructionEnum extends Enum<IfcPileConstructionEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CAST_IN_PLACE
The 'CAST IN PLACE' literal object.
|
COMPOSITE
The 'COMPOSITE' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PRECAST_CONCRETE
The 'PRECAST CONCRETE' literal object.
|
PREFAB_STEEL
The 'PREFAB STEEL' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CAST_IN_PLACE_VALUE
The 'CAST IN PLACE' literal value.
|
static int |
COMPOSITE_VALUE
The 'COMPOSITE' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PRECAST_CONCRETE_VALUE
The 'PRECAST CONCRETE' literal value.
|
static int |
PREFAB_STEEL_VALUE
The 'PREFAB STEEL' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcPileConstructionEnum> |
VALUES
A public read-only list of all the 'Ifc Pile Construction Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcPileConstructionEnum |
get(int value)
Returns the 'Ifc Pile Construction Enum' literal with the specified integer value.
|
static IfcPileConstructionEnum |
get(String literal)
Returns the 'Ifc Pile Construction Enum' literal with the specified literal value.
|
static IfcPileConstructionEnum |
getByName(String name)
Returns the 'Ifc Pile Construction 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 IfcPileConstructionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcPileConstructionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcPileConstructionEnum NULL
NULL_VALUEpublic static final IfcPileConstructionEnum CAST_IN_PLACE
CAST_IN_PLACE_VALUEpublic static final IfcPileConstructionEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcPileConstructionEnum PREFAB_STEEL
PREFAB_STEEL_VALUEpublic static final IfcPileConstructionEnum PRECAST_CONCRETE
PRECAST_CONCRETE_VALUEpublic static final IfcPileConstructionEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcPileConstructionEnum COMPOSITE
COMPOSITE_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 CAST_IN_PLACE_VALUE
If the meaning of 'CAST IN PLACE' literal object isn't clear, there really should be more of a description here...
CAST_IN_PLACE,
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 PREFAB_STEEL_VALUE
If the meaning of 'PREFAB STEEL' literal object isn't clear, there really should be more of a description here...
PREFAB_STEEL,
Constant Field Valuespublic static final int PRECAST_CONCRETE_VALUE
If the meaning of 'PRECAST CONCRETE' literal object isn't clear, there really should be more of a description here...
PRECAST_CONCRETE,
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 COMPOSITE_VALUE
If the meaning of 'COMPOSITE' literal object isn't clear, there really should be more of a description here...
COMPOSITE,
Constant Field Valuespublic static final List<IfcPileConstructionEnum> VALUES
public static IfcPileConstructionEnum[] values()
for (IfcPileConstructionEnum c : IfcPileConstructionEnum.values()) System.out.println(c);
public static IfcPileConstructionEnum 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 IfcPileConstructionEnum get(String literal)
literal - the literal.null.public static IfcPileConstructionEnum getByName(String name)
name - the name.null.public static IfcPileConstructionEnum 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<IfcPileConstructionEnum>Copyright © 2016 OpenSource BIM. All rights reserved.