public enum IfcCableSegmentTypeEnum extends Enum<IfcCableSegmentTypeEnum>
| Enum Constant and Description | 
|---|
CABLESEGMENT  | 
CONDUCTORSEGMENT  | 
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 CABLESEGMENT
public static final IfcCableSegmentTypeEnum CONDUCTORSEGMENT
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