public enum IfcRampTypeEnum extends Enum<IfcRampTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc2x3tc1Package.getIfcRampTypeEnum()| Enum Constant and Description |
|---|
HALF_TURN_RAMP
The 'HALF TURN RAMP' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
QUARTER_TURN_RAMP
The 'QUARTER TURN RAMP' literal object.
|
SPIRAL_RAMP
The 'SPIRAL RAMP' literal object.
|
STRAIGHT_RUN_RAMP
The 'STRAIGHT RUN RAMP' literal object.
|
TWO_QUARTER_TURN_RAMP
The 'TWO QUARTER TURN RAMP' literal object.
|
TWO_STRAIGHT_RUN_RAMP
The 'TWO STRAIGHT RUN RAMP' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
HALF_TURN_RAMP_VALUE
The 'HALF TURN RAMP' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
QUARTER_TURN_RAMP_VALUE
The 'QUARTER TURN RAMP' literal value.
|
static int |
SPIRAL_RAMP_VALUE
The 'SPIRAL RAMP' literal value.
|
static int |
STRAIGHT_RUN_RAMP_VALUE
The 'STRAIGHT RUN RAMP' literal value.
|
static int |
TWO_QUARTER_TURN_RAMP_VALUE
The 'TWO QUARTER TURN RAMP' literal value.
|
static int |
TWO_STRAIGHT_RUN_RAMP_VALUE
The 'TWO STRAIGHT RUN RAMP' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcRampTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Ramp Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcRampTypeEnum |
get(int value)
Returns the 'Ifc Ramp Type Enum' literal with the specified integer value.
|
static IfcRampTypeEnum |
get(String literal)
Returns the 'Ifc Ramp Type Enum' literal with the specified literal value.
|
static IfcRampTypeEnum |
getByName(String name)
Returns the 'Ifc Ramp 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 IfcRampTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcRampTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcRampTypeEnum NULL
NULL_VALUEpublic static final IfcRampTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcRampTypeEnum QUARTER_TURN_RAMP
QUARTER_TURN_RAMP_VALUEpublic static final IfcRampTypeEnum SPIRAL_RAMP
SPIRAL_RAMP_VALUEpublic static final IfcRampTypeEnum TWO_QUARTER_TURN_RAMP
TWO_QUARTER_TURN_RAMP_VALUEpublic static final IfcRampTypeEnum TWO_STRAIGHT_RUN_RAMP
TWO_STRAIGHT_RUN_RAMP_VALUEpublic static final IfcRampTypeEnum HALF_TURN_RAMP
HALF_TURN_RAMP_VALUEpublic static final IfcRampTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcRampTypeEnum STRAIGHT_RUN_RAMP
STRAIGHT_RUN_RAMP_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 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 QUARTER_TURN_RAMP_VALUE
If the meaning of 'QUARTER TURN RAMP' literal object isn't clear, there really should be more of a description here...
QUARTER_TURN_RAMP,
Constant Field Valuespublic static final int SPIRAL_RAMP_VALUE
If the meaning of 'SPIRAL RAMP' literal object isn't clear, there really should be more of a description here...
SPIRAL_RAMP,
Constant Field Valuespublic static final int TWO_QUARTER_TURN_RAMP_VALUE
If the meaning of 'TWO QUARTER TURN RAMP' literal object isn't clear, there really should be more of a description here...
TWO_QUARTER_TURN_RAMP,
Constant Field Valuespublic static final int TWO_STRAIGHT_RUN_RAMP_VALUE
If the meaning of 'TWO STRAIGHT RUN RAMP' literal object isn't clear, there really should be more of a description here...
TWO_STRAIGHT_RUN_RAMP,
Constant Field Valuespublic static final int HALF_TURN_RAMP_VALUE
If the meaning of 'HALF TURN RAMP' literal object isn't clear, there really should be more of a description here...
HALF_TURN_RAMP,
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 STRAIGHT_RUN_RAMP_VALUE
If the meaning of 'STRAIGHT RUN RAMP' literal object isn't clear, there really should be more of a description here...
STRAIGHT_RUN_RAMP,
Constant Field Valuespublic static final List<IfcRampTypeEnum> VALUES
public static IfcRampTypeEnum[] values()
for (IfcRampTypeEnum c : IfcRampTypeEnum.values()) System.out.println(c);
public static IfcRampTypeEnum 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 IfcRampTypeEnum get(String literal)
literal - the literal.null.public static IfcRampTypeEnum getByName(String name)
name - the name.null.public static IfcRampTypeEnum 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<IfcRampTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.