public enum IfcMedicalDeviceTypeEnum extends Enum<IfcMedicalDeviceTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
AIRSTATION
The 'AIRSTATION' literal object.
|
FEEDAIRUNIT
The 'FEEDAIRUNIT' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
OXYGENGENERATOR
The 'OXYGENGENERATOR' literal object.
|
OXYGENPLANT
The 'OXYGENPLANT' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
VACUUMSTATION
The 'VACUUMSTATION' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AIRSTATION_VALUE
The 'AIRSTATION' literal value.
|
static int |
FEEDAIRUNIT_VALUE
The 'FEEDAIRUNIT' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
OXYGENGENERATOR_VALUE
The 'OXYGENGENERATOR' literal value.
|
static int |
OXYGENPLANT_VALUE
The 'OXYGENPLANT' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static int |
VACUUMSTATION_VALUE
The 'VACUUMSTATION' literal value.
|
static List<IfcMedicalDeviceTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Medical Device Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcMedicalDeviceTypeEnum |
get(int value)
Returns the 'Ifc Medical Device Type Enum' literal with the specified integer value.
|
static IfcMedicalDeviceTypeEnum |
get(String literal)
Returns the 'Ifc Medical Device Type Enum' literal with the specified literal value.
|
static IfcMedicalDeviceTypeEnum |
getByName(String name)
Returns the 'Ifc Medical Device 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 IfcMedicalDeviceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcMedicalDeviceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcMedicalDeviceTypeEnum NULL
NULL_VALUEpublic static final IfcMedicalDeviceTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcMedicalDeviceTypeEnum FEEDAIRUNIT
FEEDAIRUNIT_VALUEpublic static final IfcMedicalDeviceTypeEnum VACUUMSTATION
VACUUMSTATION_VALUEpublic static final IfcMedicalDeviceTypeEnum OXYGENPLANT
OXYGENPLANT_VALUEpublic static final IfcMedicalDeviceTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcMedicalDeviceTypeEnum AIRSTATION
AIRSTATION_VALUEpublic static final IfcMedicalDeviceTypeEnum OXYGENGENERATOR
OXYGENGENERATOR_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 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 FEEDAIRUNIT_VALUE
If the meaning of 'FEEDAIRUNIT' literal object isn't clear, there really should be more of a description here...
FEEDAIRUNIT,
Constant Field Valuespublic static final int VACUUMSTATION_VALUE
If the meaning of 'VACUUMSTATION' literal object isn't clear, there really should be more of a description here...
VACUUMSTATION,
Constant Field Valuespublic static final int OXYGENPLANT_VALUE
If the meaning of 'OXYGENPLANT' literal object isn't clear, there really should be more of a description here...
OXYGENPLANT,
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 AIRSTATION_VALUE
If the meaning of 'AIRSTATION' literal object isn't clear, there really should be more of a description here...
AIRSTATION,
Constant Field Valuespublic static final int OXYGENGENERATOR_VALUE
If the meaning of 'OXYGENGENERATOR' literal object isn't clear, there really should be more of a description here...
OXYGENGENERATOR,
Constant Field Valuespublic static final List<IfcMedicalDeviceTypeEnum> VALUES
public static IfcMedicalDeviceTypeEnum[] values()
for (IfcMedicalDeviceTypeEnum c : IfcMedicalDeviceTypeEnum.values()) System.out.println(c);
public static IfcMedicalDeviceTypeEnum 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 IfcMedicalDeviceTypeEnum get(String literal)
literal - the literal.null.public static IfcMedicalDeviceTypeEnum getByName(String name)
name - the name.null.public static IfcMedicalDeviceTypeEnum 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<IfcMedicalDeviceTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.