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