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