public enum IfcPumpTypeEnum extends Enum<IfcPumpTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc2x3tc1Package.getIfcPumpTypeEnum()| Enum Constant and Description |
|---|
CIRCULATOR
The 'CIRCULATOR' literal object.
|
ENDSUCTION
The 'ENDSUCTION' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
SPLITCASE
The 'SPLITCASE' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
VERTICALINLINE
The 'VERTICALINLINE' literal object.
|
VERTICALTURBINE
The 'VERTICALTURBINE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CIRCULATOR_VALUE
The 'CIRCULATOR' literal value.
|
static int |
ENDSUCTION_VALUE
The 'ENDSUCTION' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SPLITCASE_VALUE
The 'SPLITCASE' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcPumpTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Pump Type Enum' enumerators.
|
static int |
VERTICALINLINE_VALUE
The 'VERTICALINLINE' literal value.
|
static int |
VERTICALTURBINE_VALUE
The 'VERTICALTURBINE' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcPumpTypeEnum |
get(int value)
Returns the 'Ifc Pump Type Enum' literal with the specified integer value.
|
static IfcPumpTypeEnum |
get(String literal)
Returns the 'Ifc Pump Type Enum' literal with the specified literal value.
|
static IfcPumpTypeEnum |
getByName(String name)
Returns the 'Ifc Pump 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 IfcPumpTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcPumpTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcPumpTypeEnum NULL
NULL_VALUEpublic static final IfcPumpTypeEnum SPLITCASE
SPLITCASE_VALUEpublic static final IfcPumpTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcPumpTypeEnum CIRCULATOR
CIRCULATOR_VALUEpublic static final IfcPumpTypeEnum ENDSUCTION
ENDSUCTION_VALUEpublic static final IfcPumpTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcPumpTypeEnum VERTICALINLINE
VERTICALINLINE_VALUEpublic static final IfcPumpTypeEnum VERTICALTURBINE
VERTICALTURBINE_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 SPLITCASE_VALUE
If the meaning of 'SPLITCASE' literal object isn't clear, there really should be more of a description here...
SPLITCASE,
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 CIRCULATOR_VALUE
If the meaning of 'CIRCULATOR' literal object isn't clear, there really should be more of a description here...
CIRCULATOR,
Constant Field Valuespublic static final int ENDSUCTION_VALUE
If the meaning of 'ENDSUCTION' literal object isn't clear, there really should be more of a description here...
ENDSUCTION,
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 VERTICALINLINE_VALUE
If the meaning of 'VERTICALINLINE' literal object isn't clear, there really should be more of a description here...
VERTICALINLINE,
Constant Field Valuespublic static final int VERTICALTURBINE_VALUE
If the meaning of 'VERTICALTURBINE' literal object isn't clear, there really should be more of a description here...
VERTICALTURBINE,
Constant Field Valuespublic static final List<IfcPumpTypeEnum> VALUES
public static IfcPumpTypeEnum[] values()
for (IfcPumpTypeEnum c : IfcPumpTypeEnum.values()) System.out.println(c);
public static IfcPumpTypeEnum 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 IfcPumpTypeEnum get(String literal)
literal - the literal.null.public static IfcPumpTypeEnum getByName(String name)
name - the name.null.public static IfcPumpTypeEnum 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<IfcPumpTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.