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