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