public enum IfcLayerSetDirectionEnum extends Enum<IfcLayerSetDirectionEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
AXIS1
The 'AXIS1' literal object.
|
AXIS2
The 'AXIS2' literal object.
|
AXIS3
The 'AXIS3' literal object.
|
NULL
The 'NULL' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AXIS1_VALUE
The 'AXIS1' literal value.
|
static int |
AXIS2_VALUE
The 'AXIS2' literal value.
|
static int |
AXIS3_VALUE
The 'AXIS3' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static List<IfcLayerSetDirectionEnum> |
VALUES
A public read-only list of all the 'Ifc Layer Set Direction Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcLayerSetDirectionEnum |
get(int value)
Returns the 'Ifc Layer Set Direction Enum' literal with the specified integer value.
|
static IfcLayerSetDirectionEnum |
get(String literal)
Returns the 'Ifc Layer Set Direction Enum' literal with the specified literal value.
|
static IfcLayerSetDirectionEnum |
getByName(String name)
Returns the 'Ifc Layer Set Direction 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 IfcLayerSetDirectionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcLayerSetDirectionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcLayerSetDirectionEnum NULL
NULL_VALUEpublic static final IfcLayerSetDirectionEnum AXIS2
AXIS2_VALUEpublic static final IfcLayerSetDirectionEnum AXIS1
AXIS1_VALUEpublic static final IfcLayerSetDirectionEnum AXIS3
AXIS3_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 AXIS2_VALUE
If the meaning of 'AXIS2' literal object isn't clear, there really should be more of a description here...
AXIS2,
Constant Field Valuespublic static final int AXIS1_VALUE
If the meaning of 'AXIS1' literal object isn't clear, there really should be more of a description here...
AXIS1,
Constant Field Valuespublic static final int AXIS3_VALUE
If the meaning of 'AXIS3' literal object isn't clear, there really should be more of a description here...
AXIS3,
Constant Field Valuespublic static final List<IfcLayerSetDirectionEnum> VALUES
public static IfcLayerSetDirectionEnum[] values()
for (IfcLayerSetDirectionEnum c : IfcLayerSetDirectionEnum.values()) System.out.println(c);
public static IfcLayerSetDirectionEnum 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 IfcLayerSetDirectionEnum get(String literal)
literal - the literal.null.public static IfcLayerSetDirectionEnum getByName(String name)
name - the name.null.public static IfcLayerSetDirectionEnum 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<IfcLayerSetDirectionEnum>Copyright © 2018 OpenSource BIM. All rights reserved.