public enum IfcDoorStyleConstructionEnum extends Enum<IfcDoorStyleConstructionEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ALUMINIUM
The 'ALUMINIUM' literal object.
|
ALUMINIUM_PLASTIC
The 'ALUMINIUM PLASTIC' literal object.
|
ALUMINIUM_WOOD
The 'ALUMINIUM WOOD' literal object.
|
HIGH_GRADE_STEEL
The 'HIGH GRADE STEEL' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PLASTIC
The 'PLASTIC' literal object.
|
STEEL
The 'STEEL' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
WOOD
The 'WOOD' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ALUMINIUM_PLASTIC_VALUE
The 'ALUMINIUM PLASTIC' literal value.
|
static int |
ALUMINIUM_VALUE
The 'ALUMINIUM' literal value.
|
static int |
ALUMINIUM_WOOD_VALUE
The 'ALUMINIUM WOOD' literal value.
|
static int |
HIGH_GRADE_STEEL_VALUE
The 'HIGH GRADE STEEL' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PLASTIC_VALUE
The 'PLASTIC' literal value.
|
static int |
STEEL_VALUE
The 'STEEL' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcDoorStyleConstructionEnum> |
VALUES
A public read-only list of all the 'Ifc Door Style Construction Enum' enumerators.
|
static int |
WOOD_VALUE
The 'WOOD' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcDoorStyleConstructionEnum |
get(int value)
Returns the 'Ifc Door Style Construction Enum' literal with the specified integer value.
|
static IfcDoorStyleConstructionEnum |
get(String literal)
Returns the 'Ifc Door Style Construction Enum' literal with the specified literal value.
|
static IfcDoorStyleConstructionEnum |
getByName(String name)
Returns the 'Ifc Door Style 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 IfcDoorStyleConstructionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDoorStyleConstructionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcDoorStyleConstructionEnum NULL
NULL_VALUEpublic static final IfcDoorStyleConstructionEnum ALUMINIUM
ALUMINIUM_VALUEpublic static final IfcDoorStyleConstructionEnum HIGH_GRADE_STEEL
HIGH_GRADE_STEEL_VALUEpublic static final IfcDoorStyleConstructionEnum ALUMINIUM_PLASTIC
ALUMINIUM_PLASTIC_VALUEpublic static final IfcDoorStyleConstructionEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcDoorStyleConstructionEnum STEEL
STEEL_VALUEpublic static final IfcDoorStyleConstructionEnum WOOD
WOOD_VALUEpublic static final IfcDoorStyleConstructionEnum ALUMINIUM_WOOD
ALUMINIUM_WOOD_VALUEpublic static final IfcDoorStyleConstructionEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcDoorStyleConstructionEnum PLASTIC
PLASTIC_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 ALUMINIUM_VALUE
If the meaning of 'ALUMINIUM' literal object isn't clear, there really should be more of a description here...
ALUMINIUM,
Constant Field Valuespublic static final int HIGH_GRADE_STEEL_VALUE
If the meaning of 'HIGH GRADE STEEL' literal object isn't clear, there really should be more of a description here...
HIGH_GRADE_STEEL,
Constant Field Valuespublic static final int ALUMINIUM_PLASTIC_VALUE
If the meaning of 'ALUMINIUM PLASTIC' literal object isn't clear, there really should be more of a description here...
ALUMINIUM_PLASTIC,
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 STEEL_VALUE
If the meaning of 'STEEL' literal object isn't clear, there really should be more of a description here...
STEEL,
Constant Field Valuespublic static final int WOOD_VALUE
If the meaning of 'WOOD' literal object isn't clear, there really should be more of a description here...
WOOD,
Constant Field Valuespublic static final int ALUMINIUM_WOOD_VALUE
If the meaning of 'ALUMINIUM WOOD' literal object isn't clear, there really should be more of a description here...
ALUMINIUM_WOOD,
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 PLASTIC_VALUE
If the meaning of 'PLASTIC' literal object isn't clear, there really should be more of a description here...
PLASTIC,
Constant Field Valuespublic static final List<IfcDoorStyleConstructionEnum> VALUES
public static IfcDoorStyleConstructionEnum[] values()
for (IfcDoorStyleConstructionEnum c : IfcDoorStyleConstructionEnum.values()) System.out.println(c);
public static IfcDoorStyleConstructionEnum 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 IfcDoorStyleConstructionEnum get(String literal)
literal - the literal.null.public static IfcDoorStyleConstructionEnum getByName(String name)
name - the name.null.public static IfcDoorStyleConstructionEnum 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<IfcDoorStyleConstructionEnum>Copyright © 2018 OpenSource BIM. All rights reserved.