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