public enum IfcMemberTypeEnum extends Enum<IfcMemberTypeEnum> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcMemberTypeEnum()| Enum Constant and Description |
|---|
BRACE
The 'BRACE' literal object.
|
CHORD
The 'CHORD' literal object.
|
COLLAR
The 'COLLAR' literal object.
|
MEMBER
The 'MEMBER' literal object.
|
MULLION
The 'MULLION' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PLATE
The 'PLATE' literal object.
|
POST
The 'POST' literal object.
|
PURLIN
The 'PURLIN' literal object.
|
RAFTER
The 'RAFTER' literal object.
|
STRINGER
The 'STRINGER' literal object.
|
STRUT
The 'STRUT' literal object.
|
STUD
The 'STUD' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BRACE_VALUE
The 'BRACE' literal value.
|
static int |
CHORD_VALUE
The 'CHORD' literal value.
|
static int |
COLLAR_VALUE
The 'COLLAR' literal value.
|
static int |
MEMBER_VALUE
The 'MEMBER' literal value.
|
static int |
MULLION_VALUE
The 'MULLION' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PLATE_VALUE
The 'PLATE' literal value.
|
static int |
POST_VALUE
The 'POST' literal value.
|
static int |
PURLIN_VALUE
The 'PURLIN' literal value.
|
static int |
RAFTER_VALUE
The 'RAFTER' literal value.
|
static int |
STRINGER_VALUE
The 'STRINGER' literal value.
|
static int |
STRUT_VALUE
The 'STRUT' literal value.
|
static int |
STUD_VALUE
The 'STUD' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcMemberTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Member Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcMemberTypeEnum |
get(int value)
Returns the 'Ifc Member Type Enum' literal with the specified integer value.
|
static IfcMemberTypeEnum |
get(String literal)
Returns the 'Ifc Member Type Enum' literal with the specified literal value.
|
static IfcMemberTypeEnum |
getByName(String name)
Returns the 'Ifc Member 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 IfcMemberTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcMemberTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcMemberTypeEnum NULL
NULL_VALUEpublic static final IfcMemberTypeEnum POST
POST_VALUEpublic static final IfcMemberTypeEnum RAFTER
RAFTER_VALUEpublic static final IfcMemberTypeEnum STRUT
STRUT_VALUEpublic static final IfcMemberTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcMemberTypeEnum COLLAR
COLLAR_VALUEpublic static final IfcMemberTypeEnum CHORD
CHORD_VALUEpublic static final IfcMemberTypeEnum MEMBER
MEMBER_VALUEpublic static final IfcMemberTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcMemberTypeEnum PURLIN
PURLIN_VALUEpublic static final IfcMemberTypeEnum STUD
STUD_VALUEpublic static final IfcMemberTypeEnum BRACE
BRACE_VALUEpublic static final IfcMemberTypeEnum PLATE
PLATE_VALUEpublic static final IfcMemberTypeEnum STRINGER
STRINGER_VALUEpublic static final IfcMemberTypeEnum MULLION
MULLION_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 POST_VALUE
If the meaning of 'POST' literal object isn't clear, there really should be more of a description here...
POST,
Constant Field Valuespublic static final int RAFTER_VALUE
If the meaning of 'RAFTER' literal object isn't clear, there really should be more of a description here...
RAFTER,
Constant Field Valuespublic static final int STRUT_VALUE
If the meaning of 'STRUT' literal object isn't clear, there really should be more of a description here...
STRUT,
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 int COLLAR_VALUE
If the meaning of 'COLLAR' literal object isn't clear, there really should be more of a description here...
COLLAR,
Constant Field Valuespublic static final int CHORD_VALUE
If the meaning of 'CHORD' literal object isn't clear, there really should be more of a description here...
CHORD,
Constant Field Valuespublic static final int MEMBER_VALUE
If the meaning of 'MEMBER' literal object isn't clear, there really should be more of a description here...
MEMBER,
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 PURLIN_VALUE
If the meaning of 'PURLIN' literal object isn't clear, there really should be more of a description here...
PURLIN,
Constant Field Valuespublic static final int STUD_VALUE
If the meaning of 'STUD' literal object isn't clear, there really should be more of a description here...
STUD,
Constant Field Valuespublic static final int BRACE_VALUE
If the meaning of 'BRACE' literal object isn't clear, there really should be more of a description here...
BRACE,
Constant Field Valuespublic static final int PLATE_VALUE
If the meaning of 'PLATE' literal object isn't clear, there really should be more of a description here...
PLATE,
Constant Field Valuespublic static final int STRINGER_VALUE
If the meaning of 'STRINGER' literal object isn't clear, there really should be more of a description here...
STRINGER,
Constant Field Valuespublic static final int MULLION_VALUE
If the meaning of 'MULLION' literal object isn't clear, there really should be more of a description here...
MULLION,
Constant Field Valuespublic static final List<IfcMemberTypeEnum> VALUES
public static IfcMemberTypeEnum[] values()
for (IfcMemberTypeEnum c : IfcMemberTypeEnum.values()) System.out.println(c);
public static IfcMemberTypeEnum 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 IfcMemberTypeEnum get(String literal)
literal - the literal.null.public static IfcMemberTypeEnum getByName(String name)
name - the name.null.public static IfcMemberTypeEnum 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<IfcMemberTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.