public enum IfcMemberTypeEnum2X3 extends Enum<IfcMemberTypeEnum2X3>
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 IfcMemberTypeEnum2X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcMemberTypeEnum2X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcMemberTypeEnum2X3 BRACE
public static final IfcMemberTypeEnum2X3 CHORD
public static final IfcMemberTypeEnum2X3 COLLAR
public static final IfcMemberTypeEnum2X3 MEMBER
public static final IfcMemberTypeEnum2X3 MULLION
public static final IfcMemberTypeEnum2X3 PLATE
public static final IfcMemberTypeEnum2X3 POST
public static final IfcMemberTypeEnum2X3 PURLIN
public static final IfcMemberTypeEnum2X3 RAFTER
public static final IfcMemberTypeEnum2X3 STRINGER
public static final IfcMemberTypeEnum2X3 STRUT
public static final IfcMemberTypeEnum2X3 STUD
public static final IfcMemberTypeEnum2X3 USERDEFINED
public static final IfcMemberTypeEnum2X3 NOTDEFINED
public static IfcMemberTypeEnum2X3[] values()
for (IfcMemberTypeEnum2X3 c : IfcMemberTypeEnum2X3.values()) System.out.println(c);
public static IfcMemberTypeEnum2X3 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 nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.