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