public enum IfcMechanicalFastenerTypeEnum4X3 extends Enum<IfcMechanicalFastenerTypeEnum4X3>
IfcMechanicalFastenerTypeEnum
| Enum Constant and Description |
|---|
ANCHORBOLT |
BOLT |
CHAIN |
COUPLER |
DOWEL |
NAIL |
NAILPLATE |
NOTDEFINED |
RAILFASTENING |
RAILJOINT |
RIVET |
ROPE |
SCREW |
SHEARCONNECTOR |
STAPLE |
STUDSHEARCONNECTOR |
USERDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcMechanicalFastenerTypeEnum4X3 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcMechanicalFastenerTypeEnum4X3[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcMechanicalFastenerTypeEnum4X3 ANCHORBOLT
public static final IfcMechanicalFastenerTypeEnum4X3 BOLT
public static final IfcMechanicalFastenerTypeEnum4X3 CHAIN
public static final IfcMechanicalFastenerTypeEnum4X3 COUPLER
public static final IfcMechanicalFastenerTypeEnum4X3 DOWEL
public static final IfcMechanicalFastenerTypeEnum4X3 NAIL
public static final IfcMechanicalFastenerTypeEnum4X3 NAILPLATE
public static final IfcMechanicalFastenerTypeEnum4X3 RAILFASTENING
public static final IfcMechanicalFastenerTypeEnum4X3 RAILJOINT
public static final IfcMechanicalFastenerTypeEnum4X3 RIVET
public static final IfcMechanicalFastenerTypeEnum4X3 ROPE
public static final IfcMechanicalFastenerTypeEnum4X3 SCREW
public static final IfcMechanicalFastenerTypeEnum4X3 SHEARCONNECTOR
public static final IfcMechanicalFastenerTypeEnum4X3 STAPLE
public static final IfcMechanicalFastenerTypeEnum4X3 STUDSHEARCONNECTOR
public static final IfcMechanicalFastenerTypeEnum4X3 USERDEFINED
public static final IfcMechanicalFastenerTypeEnum4X3 NOTDEFINED
public static IfcMechanicalFastenerTypeEnum4X3[] values()
for (IfcMechanicalFastenerTypeEnum4X3 c : IfcMechanicalFastenerTypeEnum4X3.values()) System.out.println(c);
public static IfcMechanicalFastenerTypeEnum4X3 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.