public enum IfcDocumentStatusEnum extends Enum<IfcDocumentStatusEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
DRAFT
The 'DRAFT' literal object.
|
FINAL
The 'FINAL' literal object.
|
FINALDRAFT
The 'FINALDRAFT' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
REVISION
The 'REVISION' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DRAFT_VALUE
The 'DRAFT' literal value.
|
static int |
FINAL_VALUE
The 'FINAL' literal value.
|
static int |
FINALDRAFT_VALUE
The 'FINALDRAFT' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
REVISION_VALUE
The 'REVISION' literal value.
|
static List<IfcDocumentStatusEnum> |
VALUES
A public read-only list of all the 'Ifc Document Status Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcDocumentStatusEnum |
get(int value)
Returns the 'Ifc Document Status Enum' literal with the specified integer value.
|
static IfcDocumentStatusEnum |
get(String literal)
Returns the 'Ifc Document Status Enum' literal with the specified literal value.
|
static IfcDocumentStatusEnum |
getByName(String name)
Returns the 'Ifc Document Status 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 IfcDocumentStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDocumentStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcDocumentStatusEnum NULL
NULL_VALUEpublic static final IfcDocumentStatusEnum REVISION
REVISION_VALUEpublic static final IfcDocumentStatusEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcDocumentStatusEnum DRAFT
DRAFT_VALUEpublic static final IfcDocumentStatusEnum FINALDRAFT
FINALDRAFT_VALUEpublic static final IfcDocumentStatusEnum FINAL
FINAL_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 REVISION_VALUE
If the meaning of 'REVISION' literal object isn't clear, there really should be more of a description here...
REVISION,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int DRAFT_VALUE
If the meaning of 'DRAFT' literal object isn't clear, there really should be more of a description here...
DRAFT,
Constant Field Valuespublic static final int FINALDRAFT_VALUE
If the meaning of 'FINALDRAFT' literal object isn't clear, there really should be more of a description here...
FINALDRAFT,
Constant Field Valuespublic static final int FINAL_VALUE
If the meaning of 'FINAL' literal object isn't clear, there really should be more of a description here...
FINAL,
Constant Field Valuespublic static final List<IfcDocumentStatusEnum> VALUES
public static IfcDocumentStatusEnum[] values()
for (IfcDocumentStatusEnum c : IfcDocumentStatusEnum.values()) System.out.println(c);
public static IfcDocumentStatusEnum 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 IfcDocumentStatusEnum get(String literal)
literal - the literal.null.public static IfcDocumentStatusEnum getByName(String name)
name - the name.null.public static IfcDocumentStatusEnum 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<IfcDocumentStatusEnum>Copyright © 2016 OpenSource BIM. All rights reserved.