public enum IfcDistributionChamberElementTypeEnum extends Enum<IfcDistributionChamberElementTypeEnum>
Enum Constant and Description |
---|
FORMEDDUCT |
INSPECTIONCHAMBER |
INSPECTIONPIT |
MANHOLE |
METERCHAMBER |
NOTDEFINED |
SUMP |
TRENCH |
USERDEFINED |
VALVECHAMBER |
Modifier and Type | Method and Description |
---|---|
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 FORMEDDUCT
public static final IfcDistributionChamberElementTypeEnum INSPECTIONCHAMBER
public static final IfcDistributionChamberElementTypeEnum INSPECTIONPIT
public static final IfcDistributionChamberElementTypeEnum MANHOLE
public static final IfcDistributionChamberElementTypeEnum METERCHAMBER
public static final IfcDistributionChamberElementTypeEnum SUMP
public static final IfcDistributionChamberElementTypeEnum TRENCH
public static final IfcDistributionChamberElementTypeEnum VALVECHAMBER
public static final IfcDistributionChamberElementTypeEnum USERDEFINED
public static final IfcDistributionChamberElementTypeEnum NOTDEFINED
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 null