public enum IfcFilterTypeEnum extends Enum<IfcFilterTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcFilterTypeEnum()| Enum Constant and Description |
|---|
AIRPARTICLEFILTER
The 'AIRPARTICLEFILTER' literal object.
|
COMPRESSEDAIRFILTER
The 'COMPRESSEDAIRFILTER' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
ODORFILTER
The 'ODORFILTER' literal object.
|
OILFILTER
The 'OILFILTER' literal object.
|
STRAINER
The 'STRAINER' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
WATERFILTER
The 'WATERFILTER' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AIRPARTICLEFILTER_VALUE
The 'AIRPARTICLEFILTER' literal value.
|
static int |
COMPRESSEDAIRFILTER_VALUE
The 'COMPRESSEDAIRFILTER' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
ODORFILTER_VALUE
The 'ODORFILTER' literal value.
|
static int |
OILFILTER_VALUE
The 'OILFILTER' literal value.
|
static int |
STRAINER_VALUE
The 'STRAINER' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcFilterTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Filter Type Enum' enumerators.
|
static int |
WATERFILTER_VALUE
The 'WATERFILTER' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcFilterTypeEnum |
get(int value)
Returns the 'Ifc Filter Type Enum' literal with the specified integer value.
|
static IfcFilterTypeEnum |
get(String literal)
Returns the 'Ifc Filter Type Enum' literal with the specified literal value.
|
static IfcFilterTypeEnum |
getByName(String name)
Returns the 'Ifc Filter 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 IfcFilterTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcFilterTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcFilterTypeEnum NULL
NULL_VALUEpublic static final IfcFilterTypeEnum WATERFILTER
WATERFILTER_VALUEpublic static final IfcFilterTypeEnum COMPRESSEDAIRFILTER
COMPRESSEDAIRFILTER_VALUEpublic static final IfcFilterTypeEnum STRAINER
STRAINER_VALUEpublic static final IfcFilterTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcFilterTypeEnum OILFILTER
OILFILTER_VALUEpublic static final IfcFilterTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcFilterTypeEnum AIRPARTICLEFILTER
AIRPARTICLEFILTER_VALUEpublic static final IfcFilterTypeEnum ODORFILTER
ODORFILTER_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 WATERFILTER_VALUE
If the meaning of 'WATERFILTER' literal object isn't clear, there really should be more of a description here...
WATERFILTER,
Constant Field Valuespublic static final int COMPRESSEDAIRFILTER_VALUE
If the meaning of 'COMPRESSEDAIRFILTER' literal object isn't clear, there really should be more of a description here...
COMPRESSEDAIRFILTER,
Constant Field Valuespublic static final int STRAINER_VALUE
If the meaning of 'STRAINER' literal object isn't clear, there really should be more of a description here...
STRAINER,
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 OILFILTER_VALUE
If the meaning of 'OILFILTER' literal object isn't clear, there really should be more of a description here...
OILFILTER,
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 AIRPARTICLEFILTER_VALUE
If the meaning of 'AIRPARTICLEFILTER' literal object isn't clear, there really should be more of a description here...
AIRPARTICLEFILTER,
Constant Field Valuespublic static final int ODORFILTER_VALUE
If the meaning of 'ODORFILTER' literal object isn't clear, there really should be more of a description here...
ODORFILTER,
Constant Field Valuespublic static final List<IfcFilterTypeEnum> VALUES
public static IfcFilterTypeEnum[] values()
for (IfcFilterTypeEnum c : IfcFilterTypeEnum.values()) System.out.println(c);
public static IfcFilterTypeEnum 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 IfcFilterTypeEnum get(String literal)
literal - the literal.null.public static IfcFilterTypeEnum getByName(String name)
name - the name.null.public static IfcFilterTypeEnum 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<IfcFilterTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.