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