public enum IfcSanitaryTerminalTypeEnum extends Enum<IfcSanitaryTerminalTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
BATH
The 'BATH' literal object.
|
BIDET
The 'BIDET' literal object.
|
CISTERN
The 'CISTERN' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
SANITARYFOUNTAIN
The 'SANITARYFOUNTAIN' literal object.
|
SHOWER
The 'SHOWER' literal object.
|
SINK
The 'SINK' literal object.
|
TOILETPAN
The 'TOILETPAN' literal object.
|
URINAL
The 'URINAL' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
WASHHANDBASIN
The 'WASHHANDBASIN' literal object.
|
WCSEAT
The 'WCSEAT' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BATH_VALUE
The 'BATH' literal value.
|
static int |
BIDET_VALUE
The 'BIDET' literal value.
|
static int |
CISTERN_VALUE
The 'CISTERN' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SANITARYFOUNTAIN_VALUE
The 'SANITARYFOUNTAIN' literal value.
|
static int |
SHOWER_VALUE
The 'SHOWER' literal value.
|
static int |
SINK_VALUE
The 'SINK' literal value.
|
static int |
TOILETPAN_VALUE
The 'TOILETPAN' literal value.
|
static int |
URINAL_VALUE
The 'URINAL' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcSanitaryTerminalTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Sanitary Terminal Type Enum' enumerators.
|
static int |
WASHHANDBASIN_VALUE
The 'WASHHANDBASIN' literal value.
|
static int |
WCSEAT_VALUE
The 'WCSEAT' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcSanitaryTerminalTypeEnum |
get(int value)
Returns the 'Ifc Sanitary Terminal Type Enum' literal with the specified integer value.
|
static IfcSanitaryTerminalTypeEnum |
get(String literal)
Returns the 'Ifc Sanitary Terminal Type Enum' literal with the specified literal value.
|
static IfcSanitaryTerminalTypeEnum |
getByName(String name)
Returns the 'Ifc Sanitary Terminal 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 IfcSanitaryTerminalTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSanitaryTerminalTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSanitaryTerminalTypeEnum NULL
NULL_VALUEpublic static final IfcSanitaryTerminalTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcSanitaryTerminalTypeEnum SHOWER
SHOWER_VALUEpublic static final IfcSanitaryTerminalTypeEnum SINK
SINK_VALUEpublic static final IfcSanitaryTerminalTypeEnum CISTERN
CISTERN_VALUEpublic static final IfcSanitaryTerminalTypeEnum WASHHANDBASIN
WASHHANDBASIN_VALUEpublic static final IfcSanitaryTerminalTypeEnum BIDET
BIDET_VALUEpublic static final IfcSanitaryTerminalTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcSanitaryTerminalTypeEnum SANITARYFOUNTAIN
SANITARYFOUNTAIN_VALUEpublic static final IfcSanitaryTerminalTypeEnum TOILETPAN
TOILETPAN_VALUEpublic static final IfcSanitaryTerminalTypeEnum URINAL
URINAL_VALUEpublic static final IfcSanitaryTerminalTypeEnum BATH
BATH_VALUEpublic static final IfcSanitaryTerminalTypeEnum WCSEAT
WCSEAT_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 SHOWER_VALUE
If the meaning of 'SHOWER' literal object isn't clear, there really should be more of a description here...
SHOWER,
Constant Field Valuespublic static final int SINK_VALUE
If the meaning of 'SINK' literal object isn't clear, there really should be more of a description here...
SINK,
Constant Field Valuespublic static final int CISTERN_VALUE
If the meaning of 'CISTERN' literal object isn't clear, there really should be more of a description here...
CISTERN,
Constant Field Valuespublic static final int WASHHANDBASIN_VALUE
If the meaning of 'WASHHANDBASIN' literal object isn't clear, there really should be more of a description here...
WASHHANDBASIN,
Constant Field Valuespublic static final int BIDET_VALUE
If the meaning of 'BIDET' literal object isn't clear, there really should be more of a description here...
BIDET,
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 SANITARYFOUNTAIN_VALUE
If the meaning of 'SANITARYFOUNTAIN' literal object isn't clear, there really should be more of a description here...
SANITARYFOUNTAIN,
Constant Field Valuespublic static final int TOILETPAN_VALUE
If the meaning of 'TOILETPAN' literal object isn't clear, there really should be more of a description here...
TOILETPAN,
Constant Field Valuespublic static final int URINAL_VALUE
If the meaning of 'URINAL' literal object isn't clear, there really should be more of a description here...
URINAL,
Constant Field Valuespublic static final int BATH_VALUE
If the meaning of 'BATH' literal object isn't clear, there really should be more of a description here...
BATH,
Constant Field Valuespublic static final int WCSEAT_VALUE
If the meaning of 'WCSEAT' literal object isn't clear, there really should be more of a description here...
WCSEAT,
Constant Field Valuespublic static final List<IfcSanitaryTerminalTypeEnum> VALUES
public static IfcSanitaryTerminalTypeEnum[] values()
for (IfcSanitaryTerminalTypeEnum c : IfcSanitaryTerminalTypeEnum.values()) System.out.println(c);
public static IfcSanitaryTerminalTypeEnum 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 IfcSanitaryTerminalTypeEnum get(String literal)
literal - the literal.null.public static IfcSanitaryTerminalTypeEnum getByName(String name)
name - the name.null.public static IfcSanitaryTerminalTypeEnum 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<IfcSanitaryTerminalTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.