public enum IfcReferentTypeEnum4X3 extends Enum<IfcReferentTypeEnum4X3>
IfcReferentTypeEnum
| Enum Constant and Description |
|---|
BOUNDARY |
INTERSECTION |
KILOPOINT |
LANDMARK |
MILEPOINT |
NOTDEFINED |
POSITION |
REFERENCEMARKER |
STATION |
SUPERELEVATIONEVENT |
USERDEFINED |
WIDTHEVENT |
| Modifier and Type | Method and Description |
|---|---|
static IfcReferentTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcReferentTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcReferentTypeEnum4X3 BOUNDARY
public static final IfcReferentTypeEnum4X3 INTERSECTION
public static final IfcReferentTypeEnum4X3 KILOPOINT
public static final IfcReferentTypeEnum4X3 LANDMARK
public static final IfcReferentTypeEnum4X3 MILEPOINT
public static final IfcReferentTypeEnum4X3 POSITION
public static final IfcReferentTypeEnum4X3 REFERENCEMARKER
public static final IfcReferentTypeEnum4X3 STATION
public static final IfcReferentTypeEnum4X3 SUPERELEVATIONEVENT
public static final IfcReferentTypeEnum4X3 WIDTHEVENT
public static final IfcReferentTypeEnum4X3 USERDEFINED
public static final IfcReferentTypeEnum4X3 NOTDEFINED
public static IfcReferentTypeEnum4X3[] values()
for (IfcReferentTypeEnum4X3 c : IfcReferentTypeEnum4X3.values()) System.out.println(c);
public static IfcReferentTypeEnum4X3 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.