public enum IfcDistributionChamberElementTypeEnum extends Enum<IfcDistributionChamberElementTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
FORMEDDUCT
The 'FORMEDDUCT' literal object.
|
INSPECTIONCHAMBER
The 'INSPECTIONCHAMBER' literal object.
|
INSPECTIONPIT
The 'INSPECTIONPIT' literal object.
|
MANHOLE
The 'MANHOLE' literal object.
|
METERCHAMBER
The 'METERCHAMBER' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
SUMP
The 'SUMP' literal object.
|
TRENCH
The 'TRENCH' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
VALVECHAMBER
The 'VALVECHAMBER' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
FORMEDDUCT_VALUE
The 'FORMEDDUCT' literal value.
|
static int |
INSPECTIONCHAMBER_VALUE
The 'INSPECTIONCHAMBER' literal value.
|
static int |
INSPECTIONPIT_VALUE
The 'INSPECTIONPIT' literal value.
|
static int |
MANHOLE_VALUE
The 'MANHOLE' literal value.
|
static int |
METERCHAMBER_VALUE
The 'METERCHAMBER' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
SUMP_VALUE
The 'SUMP' literal value.
|
static int |
TRENCH_VALUE
The 'TRENCH' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcDistributionChamberElementTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Distribution Chamber Element Type Enum' enumerators.
|
static int |
VALVECHAMBER_VALUE
The 'VALVECHAMBER' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcDistributionChamberElementTypeEnum |
get(int value)
Returns the 'Ifc Distribution Chamber Element Type Enum' literal with the specified integer value.
|
static IfcDistributionChamberElementTypeEnum |
get(String literal)
Returns the 'Ifc Distribution Chamber Element Type Enum' literal with the specified literal value.
|
static IfcDistributionChamberElementTypeEnum |
getByName(String name)
Returns the 'Ifc Distribution Chamber Element 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 IfcDistributionChamberElementTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDistributionChamberElementTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcDistributionChamberElementTypeEnum NULL
NULL_VALUEpublic static final IfcDistributionChamberElementTypeEnum METERCHAMBER
METERCHAMBER_VALUEpublic static final IfcDistributionChamberElementTypeEnum SUMP
SUMP_VALUEpublic static final IfcDistributionChamberElementTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcDistributionChamberElementTypeEnum FORMEDDUCT
FORMEDDUCT_VALUEpublic static final IfcDistributionChamberElementTypeEnum INSPECTIONCHAMBER
INSPECTIONCHAMBER_VALUEpublic static final IfcDistributionChamberElementTypeEnum INSPECTIONPIT
INSPECTIONPIT_VALUEpublic static final IfcDistributionChamberElementTypeEnum TRENCH
TRENCH_VALUEpublic static final IfcDistributionChamberElementTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcDistributionChamberElementTypeEnum MANHOLE
MANHOLE_VALUEpublic static final IfcDistributionChamberElementTypeEnum VALVECHAMBER
VALVECHAMBER_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 METERCHAMBER_VALUE
If the meaning of 'METERCHAMBER' literal object isn't clear, there really should be more of a description here...
METERCHAMBER,
Constant Field Valuespublic static final int SUMP_VALUE
If the meaning of 'SUMP' literal object isn't clear, there really should be more of a description here...
SUMP,
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 FORMEDDUCT_VALUE
If the meaning of 'FORMEDDUCT' literal object isn't clear, there really should be more of a description here...
FORMEDDUCT,
Constant Field Valuespublic static final int INSPECTIONCHAMBER_VALUE
If the meaning of 'INSPECTIONCHAMBER' literal object isn't clear, there really should be more of a description here...
INSPECTIONCHAMBER,
Constant Field Valuespublic static final int INSPECTIONPIT_VALUE
If the meaning of 'INSPECTIONPIT' literal object isn't clear, there really should be more of a description here...
INSPECTIONPIT,
Constant Field Valuespublic static final int TRENCH_VALUE
If the meaning of 'TRENCH' literal object isn't clear, there really should be more of a description here...
TRENCH,
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 MANHOLE_VALUE
If the meaning of 'MANHOLE' literal object isn't clear, there really should be more of a description here...
MANHOLE,
Constant Field Valuespublic static final int VALVECHAMBER_VALUE
If the meaning of 'VALVECHAMBER' literal object isn't clear, there really should be more of a description here...
VALVECHAMBER,
Constant Field Valuespublic static final List<IfcDistributionChamberElementTypeEnum> VALUES
public static IfcDistributionChamberElementTypeEnum[] values()
for (IfcDistributionChamberElementTypeEnum c : IfcDistributionChamberElementTypeEnum.values()) System.out.println(c);
public static IfcDistributionChamberElementTypeEnum 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 IfcDistributionChamberElementTypeEnum get(String literal)
literal - the literal.null.public static IfcDistributionChamberElementTypeEnum getByName(String name)
name - the name.null.public static IfcDistributionChamberElementTypeEnum 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<IfcDistributionChamberElementTypeEnum>Copyright © 2018 OpenSource BIM. All rights reserved.