public enum IfcFanTypeEnum extends Enum<IfcFanTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc2x3tc1Package.getIfcFanTypeEnum()| Enum Constant and Description |
|---|
CENTRIFUGALAIRFOIL
The 'CENTRIFUGALAIRFOIL' literal object.
|
CENTRIFUGALBACKWARDINCLINEDCURVED
The 'CENTRIFUGALBACKWARDINCLINEDCURVED' literal object.
|
CENTRIFUGALFORWARDCURVED
The 'CENTRIFUGALFORWARDCURVED' literal object.
|
CENTRIFUGALRADIAL
The 'CENTRIFUGALRADIAL' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PROPELLORAXIAL
The 'PROPELLORAXIAL' literal object.
|
TUBEAXIAL
The 'TUBEAXIAL' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
VANEAXIAL
The 'VANEAXIAL' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTRIFUGALAIRFOIL_VALUE
The 'CENTRIFUGALAIRFOIL' literal value.
|
static int |
CENTRIFUGALBACKWARDINCLINEDCURVED_VALUE
The 'CENTRIFUGALBACKWARDINCLINEDCURVED' literal value.
|
static int |
CENTRIFUGALFORWARDCURVED_VALUE
The 'CENTRIFUGALFORWARDCURVED' literal value.
|
static int |
CENTRIFUGALRADIAL_VALUE
The 'CENTRIFUGALRADIAL' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PROPELLORAXIAL_VALUE
The 'PROPELLORAXIAL' literal value.
|
static int |
TUBEAXIAL_VALUE
The 'TUBEAXIAL' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcFanTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Fan Type Enum' enumerators.
|
static int |
VANEAXIAL_VALUE
The 'VANEAXIAL' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcFanTypeEnum |
get(int value)
Returns the 'Ifc Fan Type Enum' literal with the specified integer value.
|
static IfcFanTypeEnum |
get(String literal)
Returns the 'Ifc Fan Type Enum' literal with the specified literal value.
|
static IfcFanTypeEnum |
getByName(String name)
Returns the 'Ifc Fan 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 IfcFanTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcFanTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcFanTypeEnum NULL
NULL_VALUEpublic static final IfcFanTypeEnum VANEAXIAL
VANEAXIAL_VALUEpublic static final IfcFanTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcFanTypeEnum CENTRIFUGALBACKWARDINCLINEDCURVED
CENTRIFUGALBACKWARDINCLINEDCURVED_VALUEpublic static final IfcFanTypeEnum PROPELLORAXIAL
PROPELLORAXIAL_VALUEpublic static final IfcFanTypeEnum CENTRIFUGALAIRFOIL
CENTRIFUGALAIRFOIL_VALUEpublic static final IfcFanTypeEnum TUBEAXIAL
TUBEAXIAL_VALUEpublic static final IfcFanTypeEnum CENTRIFUGALRADIAL
CENTRIFUGALRADIAL_VALUEpublic static final IfcFanTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcFanTypeEnum CENTRIFUGALFORWARDCURVED
CENTRIFUGALFORWARDCURVED_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 VANEAXIAL_VALUE
If the meaning of 'VANEAXIAL' literal object isn't clear, there really should be more of a description here...
VANEAXIAL,
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 CENTRIFUGALBACKWARDINCLINEDCURVED_VALUE
If the meaning of 'CENTRIFUGALBACKWARDINCLINEDCURVED' literal object isn't clear, there really should be more of a description here...
public static final int PROPELLORAXIAL_VALUE
If the meaning of 'PROPELLORAXIAL' literal object isn't clear, there really should be more of a description here...
PROPELLORAXIAL,
Constant Field Valuespublic static final int CENTRIFUGALAIRFOIL_VALUE
If the meaning of 'CENTRIFUGALAIRFOIL' literal object isn't clear, there really should be more of a description here...
CENTRIFUGALAIRFOIL,
Constant Field Valuespublic static final int TUBEAXIAL_VALUE
If the meaning of 'TUBEAXIAL' literal object isn't clear, there really should be more of a description here...
TUBEAXIAL,
Constant Field Valuespublic static final int CENTRIFUGALRADIAL_VALUE
If the meaning of 'CENTRIFUGALRADIAL' literal object isn't clear, there really should be more of a description here...
CENTRIFUGALRADIAL,
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 CENTRIFUGALFORWARDCURVED_VALUE
If the meaning of 'CENTRIFUGALFORWARDCURVED' literal object isn't clear, there really should be more of a description here...
CENTRIFUGALFORWARDCURVED,
Constant Field Valuespublic static final List<IfcFanTypeEnum> VALUES
public static IfcFanTypeEnum[] values()
for (IfcFanTypeEnum c : IfcFanTypeEnum.values()) System.out.println(c);
public static IfcFanTypeEnum 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 IfcFanTypeEnum get(String literal)
literal - the literal.null.public static IfcFanTypeEnum getByName(String name)
name - the name.null.public static IfcFanTypeEnum 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<IfcFanTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.