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