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