public enum IfcElementAssemblyTypeEnum extends Enum<IfcElementAssemblyTypeEnum>
Enum Constant and Description |
---|
ACCESSORY_ASSEMBLY |
ARCH |
BEAM_GRID |
BRACED_FRAME |
GIRDER |
NOTDEFINED |
REINFORCEMENT_UNIT |
RIGID_FRAME |
SLAB_FIELD |
TRUSS |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcElementAssemblyTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcElementAssemblyTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcElementAssemblyTypeEnum ACCESSORY_ASSEMBLY
public static final IfcElementAssemblyTypeEnum ARCH
public static final IfcElementAssemblyTypeEnum BEAM_GRID
public static final IfcElementAssemblyTypeEnum BRACED_FRAME
public static final IfcElementAssemblyTypeEnum GIRDER
public static final IfcElementAssemblyTypeEnum REINFORCEMENT_UNIT
public static final IfcElementAssemblyTypeEnum RIGID_FRAME
public static final IfcElementAssemblyTypeEnum SLAB_FIELD
public static final IfcElementAssemblyTypeEnum TRUSS
public static final IfcElementAssemblyTypeEnum USERDEFINED
public static final IfcElementAssemblyTypeEnum NOTDEFINED
public static IfcElementAssemblyTypeEnum[] values()
for (IfcElementAssemblyTypeEnum c : IfcElementAssemblyTypeEnum.values()) System.out.println(c);
public static IfcElementAssemblyTypeEnum 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 null