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