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