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