public enum IfcBeamTypeEnum extends Enum<IfcBeamTypeEnum>
Enum Constant and Description |
---|
BEAM |
JOIST |
LINTEL |
NOTDEFINED |
T_BEAM |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
static IfcBeamTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBeamTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBeamTypeEnum BEAM
public static final IfcBeamTypeEnum JOIST
public static final IfcBeamTypeEnum LINTEL
public static final IfcBeamTypeEnum T_BEAM
public static final IfcBeamTypeEnum USERDEFINED
public static final IfcBeamTypeEnum NOTDEFINED
public static IfcBeamTypeEnum[] values()
for (IfcBeamTypeEnum c : IfcBeamTypeEnum.values()) System.out.println(c);
public static IfcBeamTypeEnum 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