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