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