public enum IfcMechanicalFastenerTypeEnum extends Enum<IfcMechanicalFastenerTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ANCHORBOLT
The 'ANCHORBOLT' literal object.
|
BOLT
The 'BOLT' literal object.
|
DOWEL
The 'DOWEL' literal object.
|
NAIL
The 'NAIL' literal object.
|
NAILPLATE
The 'NAILPLATE' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
RIVET
The 'RIVET' literal object.
|
SCREW
The 'SCREW' literal object.
|
SHEARCONNECTOR
The 'SHEARCONNECTOR' literal object.
|
STAPLE
The 'STAPLE' literal object.
|
STUDSHEARCONNECTOR
The 'STUDSHEARCONNECTOR' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ANCHORBOLT_VALUE
The 'ANCHORBOLT' literal value.
|
static int |
BOLT_VALUE
The 'BOLT' literal value.
|
static int |
DOWEL_VALUE
The 'DOWEL' literal value.
|
static int |
NAIL_VALUE
The 'NAIL' literal value.
|
static int |
NAILPLATE_VALUE
The 'NAILPLATE' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
RIVET_VALUE
The 'RIVET' literal value.
|
static int |
SCREW_VALUE
The 'SCREW' literal value.
|
static int |
SHEARCONNECTOR_VALUE
The 'SHEARCONNECTOR' literal value.
|
static int |
STAPLE_VALUE
The 'STAPLE' literal value.
|
static int |
STUDSHEARCONNECTOR_VALUE
The 'STUDSHEARCONNECTOR' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcMechanicalFastenerTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Mechanical Fastener Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcMechanicalFastenerTypeEnum |
get(int value)
Returns the 'Ifc Mechanical Fastener Type Enum' literal with the specified integer value.
|
static IfcMechanicalFastenerTypeEnum |
get(String literal)
Returns the 'Ifc Mechanical Fastener Type Enum' literal with the specified literal value.
|
static IfcMechanicalFastenerTypeEnum |
getByName(String name)
Returns the 'Ifc Mechanical Fastener Type Enum' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
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 NULL
NULL_VALUEpublic static final IfcMechanicalFastenerTypeEnum DOWEL
DOWEL_VALUEpublic static final IfcMechanicalFastenerTypeEnum SHEARCONNECTOR
SHEARCONNECTOR_VALUEpublic static final IfcMechanicalFastenerTypeEnum STUDSHEARCONNECTOR
STUDSHEARCONNECTOR_VALUEpublic static final IfcMechanicalFastenerTypeEnum NAIL
NAIL_VALUEpublic static final IfcMechanicalFastenerTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcMechanicalFastenerTypeEnum SCREW
SCREW_VALUEpublic static final IfcMechanicalFastenerTypeEnum NAILPLATE
NAILPLATE_VALUEpublic static final IfcMechanicalFastenerTypeEnum RIVET
RIVET_VALUEpublic static final IfcMechanicalFastenerTypeEnum STAPLE
STAPLE_VALUEpublic static final IfcMechanicalFastenerTypeEnum ANCHORBOLT
ANCHORBOLT_VALUEpublic static final IfcMechanicalFastenerTypeEnum BOLT
BOLT_VALUEpublic static final IfcMechanicalFastenerTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int DOWEL_VALUE
If the meaning of 'DOWEL' literal object isn't clear, there really should be more of a description here...
DOWEL,
Constant Field Valuespublic static final int SHEARCONNECTOR_VALUE
If the meaning of 'SHEARCONNECTOR' literal object isn't clear, there really should be more of a description here...
SHEARCONNECTOR,
Constant Field Valuespublic static final int STUDSHEARCONNECTOR_VALUE
If the meaning of 'STUDSHEARCONNECTOR' literal object isn't clear, there really should be more of a description here...
STUDSHEARCONNECTOR,
Constant Field Valuespublic static final int NAIL_VALUE
If the meaning of 'NAIL' literal object isn't clear, there really should be more of a description here...
NAIL,
Constant Field Valuespublic static final int NOTDEFINED_VALUE
If the meaning of 'NOTDEFINED' literal object isn't clear, there really should be more of a description here...
NOTDEFINED,
Constant Field Valuespublic static final int SCREW_VALUE
If the meaning of 'SCREW' literal object isn't clear, there really should be more of a description here...
SCREW,
Constant Field Valuespublic static final int NAILPLATE_VALUE
If the meaning of 'NAILPLATE' literal object isn't clear, there really should be more of a description here...
NAILPLATE,
Constant Field Valuespublic static final int RIVET_VALUE
If the meaning of 'RIVET' literal object isn't clear, there really should be more of a description here...
RIVET,
Constant Field Valuespublic static final int STAPLE_VALUE
If the meaning of 'STAPLE' literal object isn't clear, there really should be more of a description here...
STAPLE,
Constant Field Valuespublic static final int ANCHORBOLT_VALUE
If the meaning of 'ANCHORBOLT' literal object isn't clear, there really should be more of a description here...
ANCHORBOLT,
Constant Field Valuespublic static final int BOLT_VALUE
If the meaning of 'BOLT' literal object isn't clear, there really should be more of a description here...
BOLT,
Constant Field Valuespublic static final int USERDEFINED_VALUE
If the meaning of 'USERDEFINED' literal object isn't clear, there really should be more of a description here...
USERDEFINED,
Constant Field Valuespublic static final List<IfcMechanicalFastenerTypeEnum> VALUES
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 nullpublic static IfcMechanicalFastenerTypeEnum get(String literal)
literal - the literal.null.public static IfcMechanicalFastenerTypeEnum getByName(String name)
name - the name.null.public static IfcMechanicalFastenerTypeEnum get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<IfcMechanicalFastenerTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.