public enum IfcElementCompositionEnum extends Enum<IfcElementCompositionEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
COMPLEX
The 'COMPLEX' literal object.
|
ELEMENT
The 'ELEMENT' literal object.
|
NULL
The 'NULL' literal object.
|
PARTIAL
The 'PARTIAL' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPLEX_VALUE
The 'COMPLEX' literal value.
|
static int |
ELEMENT_VALUE
The 'ELEMENT' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PARTIAL_VALUE
The 'PARTIAL' literal value.
|
static List<IfcElementCompositionEnum> |
VALUES
A public read-only list of all the 'Ifc Element Composition Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcElementCompositionEnum |
get(int value)
Returns the 'Ifc Element Composition Enum' literal with the specified integer value.
|
static IfcElementCompositionEnum |
get(String literal)
Returns the 'Ifc Element Composition Enum' literal with the specified literal value.
|
static IfcElementCompositionEnum |
getByName(String name)
Returns the 'Ifc Element Composition 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 IfcElementCompositionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcElementCompositionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcElementCompositionEnum NULL
NULL_VALUEpublic static final IfcElementCompositionEnum COMPLEX
COMPLEX_VALUEpublic static final IfcElementCompositionEnum ELEMENT
ELEMENT_VALUEpublic static final IfcElementCompositionEnum PARTIAL
PARTIAL_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 COMPLEX_VALUE
If the meaning of 'COMPLEX' literal object isn't clear, there really should be more of a description here...
COMPLEX,
Constant Field Valuespublic static final int ELEMENT_VALUE
If the meaning of 'ELEMENT' literal object isn't clear, there really should be more of a description here...
ELEMENT,
Constant Field Valuespublic static final int PARTIAL_VALUE
If the meaning of 'PARTIAL' literal object isn't clear, there really should be more of a description here...
PARTIAL,
Constant Field Valuespublic static final List<IfcElementCompositionEnum> VALUES
public static IfcElementCompositionEnum[] values()
for (IfcElementCompositionEnum c : IfcElementCompositionEnum.values()) System.out.println(c);
public static IfcElementCompositionEnum 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 IfcElementCompositionEnum get(String literal)
literal - the literal.null.public static IfcElementCompositionEnum getByName(String name)
name - the name.null.public static IfcElementCompositionEnum 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<IfcElementCompositionEnum>Copyright © 2016 OpenSource BIM. All rights reserved.