public enum IfcCableCarrierSegmentTypeEnum extends Enum<IfcCableCarrierSegmentTypeEnum>
Enum Constant and Description |
---|
CABLELADDERSEGMENT |
CABLETRAYSEGMENT |
CABLETRUNKINGSEGMENT |
CONDUITSEGMENT |
NOTDEFINED |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcCableCarrierSegmentTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcCableCarrierSegmentTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcCableCarrierSegmentTypeEnum CABLELADDERSEGMENT
public static final IfcCableCarrierSegmentTypeEnum CABLETRAYSEGMENT
public static final IfcCableCarrierSegmentTypeEnum CABLETRUNKINGSEGMENT
public static final IfcCableCarrierSegmentTypeEnum CONDUITSEGMENT
public static final IfcCableCarrierSegmentTypeEnum USERDEFINED
public static final IfcCableCarrierSegmentTypeEnum NOTDEFINED
public static IfcCableCarrierSegmentTypeEnum[] values()
for (IfcCableCarrierSegmentTypeEnum c : IfcCableCarrierSegmentTypeEnum.values()) System.out.println(c);
public static IfcCableCarrierSegmentTypeEnum 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