public enum IfcDamperTypeEnum extends Enum<IfcDamperTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcDamperTypeEnum()| Enum Constant and Description |
|---|
BACKDRAFTDAMPER
The 'BACKDRAFTDAMPER' literal object.
|
BALANCINGDAMPER
The 'BALANCINGDAMPER' literal object.
|
BLASTDAMPER
The 'BLASTDAMPER' literal object.
|
CONTROLDAMPER
The 'CONTROLDAMPER' literal object.
|
FIREDAMPER
The 'FIREDAMPER' literal object.
|
FIRESMOKEDAMPER
The 'FIRESMOKEDAMPER' literal object.
|
FUMEHOODEXHAUST
The 'FUMEHOODEXHAUST' literal object.
|
GRAVITYDAMPER
The 'GRAVITYDAMPER' literal object.
|
GRAVITYRELIEFDAMPER
The 'GRAVITYRELIEFDAMPER' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
RELIEFDAMPER
The 'RELIEFDAMPER' literal object.
|
SMOKEDAMPER
The 'SMOKEDAMPER' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BACKDRAFTDAMPER_VALUE
The 'BACKDRAFTDAMPER' literal value.
|
static int |
BALANCINGDAMPER_VALUE
The 'BALANCINGDAMPER' literal value.
|
static int |
BLASTDAMPER_VALUE
The 'BLASTDAMPER' literal value.
|
static int |
CONTROLDAMPER_VALUE
The 'CONTROLDAMPER' literal value.
|
static int |
FIREDAMPER_VALUE
The 'FIREDAMPER' literal value.
|
static int |
FIRESMOKEDAMPER_VALUE
The 'FIRESMOKEDAMPER' literal value.
|
static int |
FUMEHOODEXHAUST_VALUE
The 'FUMEHOODEXHAUST' literal value.
|
static int |
GRAVITYDAMPER_VALUE
The 'GRAVITYDAMPER' literal value.
|
static int |
GRAVITYRELIEFDAMPER_VALUE
The 'GRAVITYRELIEFDAMPER' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
RELIEFDAMPER_VALUE
The 'RELIEFDAMPER' literal value.
|
static int |
SMOKEDAMPER_VALUE
The 'SMOKEDAMPER' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcDamperTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Damper Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcDamperTypeEnum |
get(int value)
Returns the 'Ifc Damper Type Enum' literal with the specified integer value.
|
static IfcDamperTypeEnum |
get(String literal)
Returns the 'Ifc Damper Type Enum' literal with the specified literal value.
|
static IfcDamperTypeEnum |
getByName(String name)
Returns the 'Ifc Damper 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 IfcDamperTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDamperTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcDamperTypeEnum NULL
NULL_VALUEpublic static final IfcDamperTypeEnum CONTROLDAMPER
CONTROLDAMPER_VALUEpublic static final IfcDamperTypeEnum FUMEHOODEXHAUST
FUMEHOODEXHAUST_VALUEpublic static final IfcDamperTypeEnum BALANCINGDAMPER
BALANCINGDAMPER_VALUEpublic static final IfcDamperTypeEnum GRAVITYRELIEFDAMPER
GRAVITYRELIEFDAMPER_VALUEpublic static final IfcDamperTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcDamperTypeEnum FIREDAMPER
FIREDAMPER_VALUEpublic static final IfcDamperTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcDamperTypeEnum GRAVITYDAMPER
GRAVITYDAMPER_VALUEpublic static final IfcDamperTypeEnum BLASTDAMPER
BLASTDAMPER_VALUEpublic static final IfcDamperTypeEnum BACKDRAFTDAMPER
BACKDRAFTDAMPER_VALUEpublic static final IfcDamperTypeEnum FIRESMOKEDAMPER
FIRESMOKEDAMPER_VALUEpublic static final IfcDamperTypeEnum RELIEFDAMPER
RELIEFDAMPER_VALUEpublic static final IfcDamperTypeEnum SMOKEDAMPER
SMOKEDAMPER_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 CONTROLDAMPER_VALUE
If the meaning of 'CONTROLDAMPER' literal object isn't clear, there really should be more of a description here...
CONTROLDAMPER,
Constant Field Valuespublic static final int FUMEHOODEXHAUST_VALUE
If the meaning of 'FUMEHOODEXHAUST' literal object isn't clear, there really should be more of a description here...
FUMEHOODEXHAUST,
Constant Field Valuespublic static final int BALANCINGDAMPER_VALUE
If the meaning of 'BALANCINGDAMPER' literal object isn't clear, there really should be more of a description here...
BALANCINGDAMPER,
Constant Field Valuespublic static final int GRAVITYRELIEFDAMPER_VALUE
If the meaning of 'GRAVITYRELIEFDAMPER' literal object isn't clear, there really should be more of a description here...
GRAVITYRELIEFDAMPER,
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 FIREDAMPER_VALUE
If the meaning of 'FIREDAMPER' literal object isn't clear, there really should be more of a description here...
FIREDAMPER,
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 GRAVITYDAMPER_VALUE
If the meaning of 'GRAVITYDAMPER' literal object isn't clear, there really should be more of a description here...
GRAVITYDAMPER,
Constant Field Valuespublic static final int BLASTDAMPER_VALUE
If the meaning of 'BLASTDAMPER' literal object isn't clear, there really should be more of a description here...
BLASTDAMPER,
Constant Field Valuespublic static final int BACKDRAFTDAMPER_VALUE
If the meaning of 'BACKDRAFTDAMPER' literal object isn't clear, there really should be more of a description here...
BACKDRAFTDAMPER,
Constant Field Valuespublic static final int FIRESMOKEDAMPER_VALUE
If the meaning of 'FIRESMOKEDAMPER' literal object isn't clear, there really should be more of a description here...
FIRESMOKEDAMPER,
Constant Field Valuespublic static final int RELIEFDAMPER_VALUE
If the meaning of 'RELIEFDAMPER' literal object isn't clear, there really should be more of a description here...
RELIEFDAMPER,
Constant Field Valuespublic static final int SMOKEDAMPER_VALUE
If the meaning of 'SMOKEDAMPER' literal object isn't clear, there really should be more of a description here...
SMOKEDAMPER,
Constant Field Valuespublic static final List<IfcDamperTypeEnum> VALUES
public static IfcDamperTypeEnum[] values()
for (IfcDamperTypeEnum c : IfcDamperTypeEnum.values()) System.out.println(c);
public static IfcDamperTypeEnum 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 IfcDamperTypeEnum get(String literal)
literal - the literal.null.public static IfcDamperTypeEnum getByName(String name)
name - the name.null.public static IfcDamperTypeEnum 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<IfcDamperTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.