public enum IfcMemberTypeEnum4X3 extends Enum<IfcMemberTypeEnum4X3>
IfcMemberTypeEnum
| Enum Constant and Description |
|---|
ARCH_SEGMENT |
BRACE |
CHORD |
COLLAR |
MEMBER |
MULLION |
NOTDEFINED |
PLATE |
POST |
PURLIN |
RAFTER |
STAY_CABLE |
STIFFENING_RIB |
STRINGER |
STRUCTURALCABLE |
STRUT |
STUD |
SUSPENDER |
SUSPENSION_CABLE |
TIEBAR |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcMemberTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcMemberTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcMemberTypeEnum4X3 ARCH_SEGMENT
public static final IfcMemberTypeEnum4X3 BRACE
public static final IfcMemberTypeEnum4X3 CHORD
public static final IfcMemberTypeEnum4X3 COLLAR
public static final IfcMemberTypeEnum4X3 MEMBER
public static final IfcMemberTypeEnum4X3 MULLION
public static final IfcMemberTypeEnum4X3 PLATE
public static final IfcMemberTypeEnum4X3 POST
public static final IfcMemberTypeEnum4X3 PURLIN
public static final IfcMemberTypeEnum4X3 RAFTER
public static final IfcMemberTypeEnum4X3 STAY_CABLE
public static final IfcMemberTypeEnum4X3 STIFFENING_RIB
public static final IfcMemberTypeEnum4X3 STRINGER
public static final IfcMemberTypeEnum4X3 STRUCTURALCABLE
public static final IfcMemberTypeEnum4X3 STRUT
public static final IfcMemberTypeEnum4X3 STUD
public static final IfcMemberTypeEnum4X3 SUSPENDER
public static final IfcMemberTypeEnum4X3 SUSPENSION_CABLE
public static final IfcMemberTypeEnum4X3 TIEBAR
public static final IfcMemberTypeEnum4X3 USERDEFINED
public static final IfcMemberTypeEnum4X3 NOTDEFINED
public static IfcMemberTypeEnum4X3[] values()
for (IfcMemberTypeEnum4X3 c : IfcMemberTypeEnum4X3.values()) System.out.println(c);
public static IfcMemberTypeEnum4X3 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.