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