public enum IfcProcedureTypeEnum extends Enum<IfcProcedureTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ADVICE_CAUTION
The 'ADVICE CAUTION' literal object.
|
ADVICE_NOTE
The 'ADVICE NOTE' literal object.
|
ADVICE_WARNING
The 'ADVICE WARNING' literal object.
|
CALIBRATION
The 'CALIBRATION' literal object.
|
DIAGNOSTIC
The 'DIAGNOSTIC' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
SHUTDOWN
The 'SHUTDOWN' literal object.
|
STARTUP
The 'STARTUP' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ADVICE_CAUTION_VALUE
The 'ADVICE CAUTION' literal value.
|
static int |
ADVICE_NOTE_VALUE
The 'ADVICE NOTE' literal value.
|
static int |
ADVICE_WARNING_VALUE
The 'ADVICE WARNING' literal value.
|
static int |
CALIBRATION_VALUE
The 'CALIBRATION' literal value.
|
static int |
DIAGNOSTIC_VALUE
The 'DIAGNOSTIC' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SHUTDOWN_VALUE
The 'SHUTDOWN' literal value.
|
static int |
STARTUP_VALUE
The 'STARTUP' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcProcedureTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Procedure Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcProcedureTypeEnum |
get(int value)
Returns the 'Ifc Procedure Type Enum' literal with the specified integer value.
|
static IfcProcedureTypeEnum |
get(String literal)
Returns the 'Ifc Procedure Type Enum' literal with the specified literal value.
|
static IfcProcedureTypeEnum |
getByName(String name)
Returns the 'Ifc Procedure 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 IfcProcedureTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcProcedureTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcProcedureTypeEnum NULL
NULL_VALUEpublic static final IfcProcedureTypeEnum CALIBRATION
CALIBRATION_VALUEpublic static final IfcProcedureTypeEnum DIAGNOSTIC
DIAGNOSTIC_VALUEpublic static final IfcProcedureTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcProcedureTypeEnum ADVICE_WARNING
ADVICE_WARNING_VALUEpublic static final IfcProcedureTypeEnum ADVICE_CAUTION
ADVICE_CAUTION_VALUEpublic static final IfcProcedureTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcProcedureTypeEnum SHUTDOWN
SHUTDOWN_VALUEpublic static final IfcProcedureTypeEnum STARTUP
STARTUP_VALUEpublic static final IfcProcedureTypeEnum ADVICE_NOTE
ADVICE_NOTE_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 CALIBRATION_VALUE
If the meaning of 'CALIBRATION' literal object isn't clear, there really should be more of a description here...
CALIBRATION,
Constant Field Valuespublic static final int DIAGNOSTIC_VALUE
If the meaning of 'DIAGNOSTIC' literal object isn't clear, there really should be more of a description here...
DIAGNOSTIC,
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 ADVICE_WARNING_VALUE
If the meaning of 'ADVICE WARNING' literal object isn't clear, there really should be more of a description here...
ADVICE_WARNING,
Constant Field Valuespublic static final int ADVICE_CAUTION_VALUE
If the meaning of 'ADVICE CAUTION' literal object isn't clear, there really should be more of a description here...
ADVICE_CAUTION,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final int SHUTDOWN_VALUE
If the meaning of 'SHUTDOWN' literal object isn't clear, there really should be more of a description here...
SHUTDOWN,
Constant Field Valuespublic static final int STARTUP_VALUE
If the meaning of 'STARTUP' literal object isn't clear, there really should be more of a description here...
STARTUP,
Constant Field Valuespublic static final int ADVICE_NOTE_VALUE
If the meaning of 'ADVICE NOTE' literal object isn't clear, there really should be more of a description here...
ADVICE_NOTE,
Constant Field Valuespublic static final List<IfcProcedureTypeEnum> VALUES
public static IfcProcedureTypeEnum[] values()
for (IfcProcedureTypeEnum c : IfcProcedureTypeEnum.values()) System.out.println(c);
public static IfcProcedureTypeEnum 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 IfcProcedureTypeEnum get(String literal)
literal - the literal.null.public static IfcProcedureTypeEnum getByName(String name)
name - the name.null.public static IfcProcedureTypeEnum 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<IfcProcedureTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.