public enum IfcAnnotationTypeEnum4X3 extends Enum<IfcAnnotationTypeEnum4X3>
IfcAnnotationTypeEnum
| Enum Constant and Description |
|---|
CONTOURLINE |
DIMENSION |
ISOBAR |
ISOLUX |
ISOTHERM |
LEADER |
NOTDEFINED |
SURVEY |
SYMBOL |
TEXT |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcAnnotationTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcAnnotationTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcAnnotationTypeEnum4X3 CONTOURLINE
public static final IfcAnnotationTypeEnum4X3 DIMENSION
public static final IfcAnnotationTypeEnum4X3 ISOBAR
public static final IfcAnnotationTypeEnum4X3 ISOLUX
public static final IfcAnnotationTypeEnum4X3 ISOTHERM
public static final IfcAnnotationTypeEnum4X3 LEADER
public static final IfcAnnotationTypeEnum4X3 SURVEY
public static final IfcAnnotationTypeEnum4X3 SYMBOL
public static final IfcAnnotationTypeEnum4X3 TEXT
public static final IfcAnnotationTypeEnum4X3 USERDEFINED
public static final IfcAnnotationTypeEnum4X3 NOTDEFINED
public static IfcAnnotationTypeEnum4X3[] values()
for (IfcAnnotationTypeEnum4X3 c : IfcAnnotationTypeEnum4X3.values()) System.out.println(c);
public static IfcAnnotationTypeEnum4X3 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.