public enum IfcWindowStyleOperationEnum extends Enum<IfcWindowStyleOperationEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
DOUBLE_PANEL_HORIZONTAL
The 'DOUBLE PANEL HORIZONTAL' literal object.
|
DOUBLE_PANEL_VERTICAL
The 'DOUBLE PANEL VERTICAL' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
SINGLE_PANEL
The 'SINGLE PANEL' literal object.
|
TRIPLE_PANEL_BOTTOM
The 'TRIPLE PANEL BOTTOM' literal object.
|
TRIPLE_PANEL_HORIZONTAL
The 'TRIPLE PANEL HORIZONTAL' literal object.
|
TRIPLE_PANEL_LEFT
The 'TRIPLE PANEL LEFT' literal object.
|
TRIPLE_PANEL_RIGHT
The 'TRIPLE PANEL RIGHT' literal object.
|
TRIPLE_PANEL_TOP
The 'TRIPLE PANEL TOP' literal object.
|
TRIPLE_PANEL_VERTICAL
The 'TRIPLE PANEL VERTICAL' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DOUBLE_PANEL_HORIZONTAL_VALUE
The 'DOUBLE PANEL HORIZONTAL' literal value.
|
static int |
DOUBLE_PANEL_VERTICAL_VALUE
The 'DOUBLE PANEL VERTICAL' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SINGLE_PANEL_VALUE
The 'SINGLE PANEL' literal value.
|
static int |
TRIPLE_PANEL_BOTTOM_VALUE
The 'TRIPLE PANEL BOTTOM' literal value.
|
static int |
TRIPLE_PANEL_HORIZONTAL_VALUE
The 'TRIPLE PANEL HORIZONTAL' literal value.
|
static int |
TRIPLE_PANEL_LEFT_VALUE
The 'TRIPLE PANEL LEFT' literal value.
|
static int |
TRIPLE_PANEL_RIGHT_VALUE
The 'TRIPLE PANEL RIGHT' literal value.
|
static int |
TRIPLE_PANEL_TOP_VALUE
The 'TRIPLE PANEL TOP' literal value.
|
static int |
TRIPLE_PANEL_VERTICAL_VALUE
The 'TRIPLE PANEL VERTICAL' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcWindowStyleOperationEnum> |
VALUES
A public read-only list of all the 'Ifc Window Style Operation Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcWindowStyleOperationEnum |
get(int value)
Returns the 'Ifc Window Style Operation Enum' literal with the specified integer value.
|
static IfcWindowStyleOperationEnum |
get(String literal)
Returns the 'Ifc Window Style Operation Enum' literal with the specified literal value.
|
static IfcWindowStyleOperationEnum |
getByName(String name)
Returns the 'Ifc Window Style Operation 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 IfcWindowStyleOperationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcWindowStyleOperationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcWindowStyleOperationEnum NULL
NULL_VALUEpublic static final IfcWindowStyleOperationEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcWindowStyleOperationEnum DOUBLE_PANEL_HORIZONTAL
DOUBLE_PANEL_HORIZONTAL_VALUEpublic static final IfcWindowStyleOperationEnum TRIPLE_PANEL_BOTTOM
TRIPLE_PANEL_BOTTOM_VALUEpublic static final IfcWindowStyleOperationEnum TRIPLE_PANEL_LEFT
TRIPLE_PANEL_LEFT_VALUEpublic static final IfcWindowStyleOperationEnum DOUBLE_PANEL_VERTICAL
DOUBLE_PANEL_VERTICAL_VALUEpublic static final IfcWindowStyleOperationEnum TRIPLE_PANEL_HORIZONTAL
TRIPLE_PANEL_HORIZONTAL_VALUEpublic static final IfcWindowStyleOperationEnum SINGLE_PANEL
SINGLE_PANEL_VALUEpublic static final IfcWindowStyleOperationEnum TRIPLE_PANEL_RIGHT
TRIPLE_PANEL_RIGHT_VALUEpublic static final IfcWindowStyleOperationEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcWindowStyleOperationEnum TRIPLE_PANEL_VERTICAL
TRIPLE_PANEL_VERTICAL_VALUEpublic static final IfcWindowStyleOperationEnum TRIPLE_PANEL_TOP
TRIPLE_PANEL_TOP_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 DOUBLE_PANEL_HORIZONTAL_VALUE
If the meaning of 'DOUBLE PANEL HORIZONTAL' literal object isn't clear, there really should be more of a description here...
DOUBLE_PANEL_HORIZONTAL,
Constant Field Valuespublic static final int TRIPLE_PANEL_BOTTOM_VALUE
If the meaning of 'TRIPLE PANEL BOTTOM' literal object isn't clear, there really should be more of a description here...
TRIPLE_PANEL_BOTTOM,
Constant Field Valuespublic static final int TRIPLE_PANEL_LEFT_VALUE
If the meaning of 'TRIPLE PANEL LEFT' literal object isn't clear, there really should be more of a description here...
TRIPLE_PANEL_LEFT,
Constant Field Valuespublic static final int DOUBLE_PANEL_VERTICAL_VALUE
If the meaning of 'DOUBLE PANEL VERTICAL' literal object isn't clear, there really should be more of a description here...
DOUBLE_PANEL_VERTICAL,
Constant Field Valuespublic static final int TRIPLE_PANEL_HORIZONTAL_VALUE
If the meaning of 'TRIPLE PANEL HORIZONTAL' literal object isn't clear, there really should be more of a description here...
TRIPLE_PANEL_HORIZONTAL,
Constant Field Valuespublic static final int SINGLE_PANEL_VALUE
If the meaning of 'SINGLE PANEL' literal object isn't clear, there really should be more of a description here...
SINGLE_PANEL,
Constant Field Valuespublic static final int TRIPLE_PANEL_RIGHT_VALUE
If the meaning of 'TRIPLE PANEL RIGHT' literal object isn't clear, there really should be more of a description here...
TRIPLE_PANEL_RIGHT,
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 TRIPLE_PANEL_VERTICAL_VALUE
If the meaning of 'TRIPLE PANEL VERTICAL' literal object isn't clear, there really should be more of a description here...
TRIPLE_PANEL_VERTICAL,
Constant Field Valuespublic static final int TRIPLE_PANEL_TOP_VALUE
If the meaning of 'TRIPLE PANEL TOP' literal object isn't clear, there really should be more of a description here...
TRIPLE_PANEL_TOP,
Constant Field Valuespublic static final List<IfcWindowStyleOperationEnum> VALUES
public static IfcWindowStyleOperationEnum[] values()
for (IfcWindowStyleOperationEnum c : IfcWindowStyleOperationEnum.values()) System.out.println(c);
public static IfcWindowStyleOperationEnum 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 IfcWindowStyleOperationEnum get(String literal)
literal - the literal.null.public static IfcWindowStyleOperationEnum getByName(String name)
name - the name.null.public static IfcWindowStyleOperationEnum 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<IfcWindowStyleOperationEnum>Copyright © 2016 OpenSource BIM. All rights reserved.