public enum IfcBuiltSystemTypeEnum4X3 extends Enum<IfcBuiltSystemTypeEnum4X3>
IfcBuiltSystemTypeEnum
| Enum Constant and Description |
|---|
EROSIONPREVENTION |
FENESTRATION |
FOUNDATION |
LOADBEARING |
MOORING |
NOTDEFINED |
OUTERSHELL |
PRESTRESSING |
RAILWAYLINE |
RAILWAYTRACK |
REINFORCING |
SHADING |
TRACKCIRCUIT |
TRANSPORT |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcBuiltSystemTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBuiltSystemTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBuiltSystemTypeEnum4X3 EROSIONPREVENTION
public static final IfcBuiltSystemTypeEnum4X3 FENESTRATION
public static final IfcBuiltSystemTypeEnum4X3 FOUNDATION
public static final IfcBuiltSystemTypeEnum4X3 LOADBEARING
public static final IfcBuiltSystemTypeEnum4X3 MOORING
public static final IfcBuiltSystemTypeEnum4X3 OUTERSHELL
public static final IfcBuiltSystemTypeEnum4X3 PRESTRESSING
public static final IfcBuiltSystemTypeEnum4X3 RAILWAYLINE
public static final IfcBuiltSystemTypeEnum4X3 RAILWAYTRACK
public static final IfcBuiltSystemTypeEnum4X3 REINFORCING
public static final IfcBuiltSystemTypeEnum4X3 SHADING
public static final IfcBuiltSystemTypeEnum4X3 TRACKCIRCUIT
public static final IfcBuiltSystemTypeEnum4X3 TRANSPORT
public static final IfcBuiltSystemTypeEnum4X3 USERDEFINED
public static final IfcBuiltSystemTypeEnum4X3 NOTDEFINED
public static IfcBuiltSystemTypeEnum4X3[] values()
for (IfcBuiltSystemTypeEnum4X3 c : IfcBuiltSystemTypeEnum4X3.values()) System.out.println(c);
public static IfcBuiltSystemTypeEnum4X3 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.