public enum IfcStateEnum extends Enum<IfcStateEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcStateEnum()| Enum Constant and Description |
|---|
LOCKED
The 'LOCKED' literal object.
|
NULL
The 'NULL' literal object.
|
READONLY
The 'READONLY' literal object.
|
READONLYLOCKED
The 'READONLYLOCKED' literal object.
|
READWRITE
The 'READWRITE' literal object.
|
READWRITELOCKED
The 'READWRITELOCKED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
LOCKED_VALUE
The 'LOCKED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
READONLY_VALUE
The 'READONLY' literal value.
|
static int |
READONLYLOCKED_VALUE
The 'READONLYLOCKED' literal value.
|
static int |
READWRITE_VALUE
The 'READWRITE' literal value.
|
static int |
READWRITELOCKED_VALUE
The 'READWRITELOCKED' literal value.
|
static List<IfcStateEnum> |
VALUES
A public read-only list of all the 'Ifc State Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcStateEnum |
get(int value)
Returns the 'Ifc State Enum' literal with the specified integer value.
|
static IfcStateEnum |
get(String literal)
Returns the 'Ifc State Enum' literal with the specified literal value.
|
static IfcStateEnum |
getByName(String name)
Returns the 'Ifc State 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 IfcStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcStateEnum NULL
NULL_VALUEpublic static final IfcStateEnum READWRITE
READWRITE_VALUEpublic static final IfcStateEnum LOCKED
LOCKED_VALUEpublic static final IfcStateEnum READWRITELOCKED
READWRITELOCKED_VALUEpublic static final IfcStateEnum READONLYLOCKED
READONLYLOCKED_VALUEpublic static final IfcStateEnum READONLY
READONLY_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 READWRITE_VALUE
If the meaning of 'READWRITE' literal object isn't clear, there really should be more of a description here...
READWRITE,
Constant Field Valuespublic static final int LOCKED_VALUE
If the meaning of 'LOCKED' literal object isn't clear, there really should be more of a description here...
LOCKED,
Constant Field Valuespublic static final int READWRITELOCKED_VALUE
If the meaning of 'READWRITELOCKED' literal object isn't clear, there really should be more of a description here...
READWRITELOCKED,
Constant Field Valuespublic static final int READONLYLOCKED_VALUE
If the meaning of 'READONLYLOCKED' literal object isn't clear, there really should be more of a description here...
READONLYLOCKED,
Constant Field Valuespublic static final int READONLY_VALUE
If the meaning of 'READONLY' literal object isn't clear, there really should be more of a description here...
READONLY,
Constant Field Valuespublic static final List<IfcStateEnum> VALUES
public static IfcStateEnum[] values()
for (IfcStateEnum c : IfcStateEnum.values()) System.out.println(c);
public static IfcStateEnum 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 IfcStateEnum get(String literal)
literal - the literal.null.public static IfcStateEnum getByName(String name)
name - the name.null.public static IfcStateEnum 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<IfcStateEnum>Copyright © 2018 OpenSource BIM. All rights reserved.