public enum IfcFootingTypeEnum extends Enum<IfcFootingTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc2x3tc1Package.getIfcFootingTypeEnum()| Enum Constant and Description |
|---|
FOOTING_BEAM
The 'FOOTING BEAM' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PAD_FOOTING
The 'PAD FOOTING' literal object.
|
PILE_CAP
The 'PILE CAP' literal object.
|
STRIP_FOOTING
The 'STRIP FOOTING' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
FOOTING_BEAM_VALUE
The 'FOOTING BEAM' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PAD_FOOTING_VALUE
The 'PAD FOOTING' literal value.
|
static int |
PILE_CAP_VALUE
The 'PILE CAP' literal value.
|
static int |
STRIP_FOOTING_VALUE
The 'STRIP FOOTING' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcFootingTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Footing Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcFootingTypeEnum |
get(int value)
Returns the 'Ifc Footing Type Enum' literal with the specified integer value.
|
static IfcFootingTypeEnum |
get(String literal)
Returns the 'Ifc Footing Type Enum' literal with the specified literal value.
|
static IfcFootingTypeEnum |
getByName(String name)
Returns the 'Ifc Footing Type Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
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 NULL
NULL_VALUEpublic static final IfcFootingTypeEnum STRIP_FOOTING
STRIP_FOOTING_VALUEpublic static final IfcFootingTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcFootingTypeEnum PAD_FOOTING
PAD_FOOTING_VALUEpublic static final IfcFootingTypeEnum FOOTING_BEAM
FOOTING_BEAM_VALUEpublic static final IfcFootingTypeEnum PILE_CAP
PILE_CAP_VALUEpublic static final IfcFootingTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int STRIP_FOOTING_VALUE
If the meaning of 'STRIP FOOTING' literal object isn't clear, there really should be more of a description here...
STRIP_FOOTING,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int PAD_FOOTING_VALUE
If the meaning of 'PAD FOOTING' literal object isn't clear, there really should be more of a description here...
PAD_FOOTING,
Constant Field Valuespublic static final int FOOTING_BEAM_VALUE
If the meaning of 'FOOTING BEAM' literal object isn't clear, there really should be more of a description here...
FOOTING_BEAM,
Constant Field Valuespublic static final int PILE_CAP_VALUE
If the meaning of 'PILE CAP' literal object isn't clear, there really should be more of a description here...
PILE_CAP,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final List<IfcFootingTypeEnum> VALUES
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 nullpublic static IfcFootingTypeEnum get(String literal)
literal - the literal.null.public static IfcFootingTypeEnum getByName(String name)
name - the name.null.public static IfcFootingTypeEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcFootingTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.