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