public enum IfcPileTypeEnum extends Enum<IfcPileTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcPileTypeEnum()| Enum Constant and Description |
|---|
BORED
The 'BORED' literal object.
|
COHESION
The 'COHESION' literal object.
|
DRIVEN
The 'DRIVEN' literal object.
|
FRICTION
The 'FRICTION' literal object.
|
JETGROUTING
The 'JETGROUTING' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
SUPPORT
The 'SUPPORT' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BORED_VALUE
The 'BORED' literal value.
|
static int |
COHESION_VALUE
The 'COHESION' literal value.
|
static int |
DRIVEN_VALUE
The 'DRIVEN' literal value.
|
static int |
FRICTION_VALUE
The 'FRICTION' literal value.
|
static int |
JETGROUTING_VALUE
The 'JETGROUTING' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SUPPORT_VALUE
The 'SUPPORT' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcPileTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Pile Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcPileTypeEnum |
get(int value)
Returns the 'Ifc Pile Type Enum' literal with the specified integer value.
|
static IfcPileTypeEnum |
get(String literal)
Returns the 'Ifc Pile Type Enum' literal with the specified literal value.
|
static IfcPileTypeEnum |
getByName(String name)
Returns the 'Ifc Pile 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 IfcPileTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcPileTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcPileTypeEnum NULL
NULL_VALUEpublic static final IfcPileTypeEnum FRICTION
FRICTION_VALUEpublic static final IfcPileTypeEnum SUPPORT
SUPPORT_VALUEpublic static final IfcPileTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcPileTypeEnum BORED
BORED_VALUEpublic static final IfcPileTypeEnum COHESION
COHESION_VALUEpublic static final IfcPileTypeEnum JETGROUTING
JETGROUTING_VALUEpublic static final IfcPileTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcPileTypeEnum DRIVEN
DRIVEN_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 FRICTION_VALUE
If the meaning of 'FRICTION' literal object isn't clear, there really should be more of a description here...
FRICTION,
Constant Field Valuespublic static final int SUPPORT_VALUE
If the meaning of 'SUPPORT' literal object isn't clear, there really should be more of a description here...
SUPPORT,
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 BORED_VALUE
If the meaning of 'BORED' literal object isn't clear, there really should be more of a description here...
BORED,
Constant Field Valuespublic static final int COHESION_VALUE
If the meaning of 'COHESION' literal object isn't clear, there really should be more of a description here...
COHESION,
Constant Field Valuespublic static final int JETGROUTING_VALUE
If the meaning of 'JETGROUTING' literal object isn't clear, there really should be more of a description here...
JETGROUTING,
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 DRIVEN_VALUE
If the meaning of 'DRIVEN' literal object isn't clear, there really should be more of a description here...
DRIVEN,
Constant Field Valuespublic static final List<IfcPileTypeEnum> VALUES
public static IfcPileTypeEnum[] values()
for (IfcPileTypeEnum c : IfcPileTypeEnum.values()) System.out.println(c);
public static IfcPileTypeEnum 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 IfcPileTypeEnum get(String literal)
literal - the literal.null.public static IfcPileTypeEnum getByName(String name)
name - the name.null.public static IfcPileTypeEnum 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<IfcPileTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.