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