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