public enum IfcMemberTypeEnum extends Enum<IfcMemberTypeEnum>
Enum Constant and Description |
---|
BRACE |
CHORD |
COLLAR |
MEMBER |
MULLION |
NOTDEFINED |
PLATE |
POST |
PURLIN |
RAFTER |
STRINGER |
STRUT |
STUD |
USERDEFINED |
Modifier and Type | Method and Description |
---|---|
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 BRACE
public static final IfcMemberTypeEnum CHORD
public static final IfcMemberTypeEnum COLLAR
public static final IfcMemberTypeEnum MEMBER
public static final IfcMemberTypeEnum MULLION
public static final IfcMemberTypeEnum PLATE
public static final IfcMemberTypeEnum POST
public static final IfcMemberTypeEnum PURLIN
public static final IfcMemberTypeEnum RAFTER
public static final IfcMemberTypeEnum STRINGER
public static final IfcMemberTypeEnum STRUT
public static final IfcMemberTypeEnum STUD
public static final IfcMemberTypeEnum USERDEFINED
public static final IfcMemberTypeEnum NOTDEFINED
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 null