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