public enum IfcStructuralCurveActivityTypeEnum extends Enum<IfcStructuralCurveActivityTypeEnum> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST
The 'CONST' literal object.
|
DISCRETE
The 'DISCRETE' literal object.
|
EQUIDISTANT
The 'EQUIDISTANT' literal object.
|
LINEAR
The 'LINEAR' literal object.
|
NOTDEFINED
The 'NOTDEFINED' literal object.
|
NULL
The 'NULL' literal object.
|
PARABOLA
The 'PARABOLA' literal object.
|
POLYGONAL
The 'POLYGONAL' literal object.
|
SINUS
The 'SINUS' literal object.
|
USERDEFINED
The 'USERDEFINED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_VALUE
The 'CONST' literal value.
|
static int |
DISCRETE_VALUE
The 'DISCRETE' literal value.
|
static int |
EQUIDISTANT_VALUE
The 'EQUIDISTANT' literal value.
|
static int |
LINEAR_VALUE
The 'LINEAR' literal value.
|
static int |
NOTDEFINED_VALUE
The 'NOTDEFINED' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PARABOLA_VALUE
The 'PARABOLA' literal value.
|
static int |
POLYGONAL_VALUE
The 'POLYGONAL' literal value.
|
static int |
SINUS_VALUE
The 'SINUS' literal value.
|
static int |
USERDEFINED_VALUE
The 'USERDEFINED' literal value.
|
static List<IfcStructuralCurveActivityTypeEnum> |
VALUES
A public read-only list of all the 'Ifc Structural Curve Activity Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcStructuralCurveActivityTypeEnum |
get(int value)
Returns the 'Ifc Structural Curve Activity Type Enum' literal with the specified integer value.
|
static IfcStructuralCurveActivityTypeEnum |
get(String literal)
Returns the 'Ifc Structural Curve Activity Type Enum' literal with the specified literal value.
|
static IfcStructuralCurveActivityTypeEnum |
getByName(String name)
Returns the 'Ifc Structural Curve Activity 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 IfcStructuralCurveActivityTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcStructuralCurveActivityTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcStructuralCurveActivityTypeEnum NULL
NULL_VALUEpublic static final IfcStructuralCurveActivityTypeEnum EQUIDISTANT
EQUIDISTANT_VALUEpublic static final IfcStructuralCurveActivityTypeEnum PARABOLA
PARABOLA_VALUEpublic static final IfcStructuralCurveActivityTypeEnum NOTDEFINED
NOTDEFINED_VALUEpublic static final IfcStructuralCurveActivityTypeEnum POLYGONAL
POLYGONAL_VALUEpublic static final IfcStructuralCurveActivityTypeEnum SINUS
SINUS_VALUEpublic static final IfcStructuralCurveActivityTypeEnum CONST
CONST_VALUEpublic static final IfcStructuralCurveActivityTypeEnum DISCRETE
DISCRETE_VALUEpublic static final IfcStructuralCurveActivityTypeEnum USERDEFINED
USERDEFINED_VALUEpublic static final IfcStructuralCurveActivityTypeEnum LINEAR
LINEAR_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 EQUIDISTANT_VALUE
If the meaning of 'EQUIDISTANT' literal object isn't clear, there really should be more of a description here...
EQUIDISTANT,
Constant Field Valuespublic static final int PARABOLA_VALUE
If the meaning of 'PARABOLA' literal object isn't clear, there really should be more of a description here...
PARABOLA,
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 POLYGONAL_VALUE
If the meaning of 'POLYGONAL' literal object isn't clear, there really should be more of a description here...
POLYGONAL,
Constant Field Valuespublic static final int SINUS_VALUE
If the meaning of 'SINUS' literal object isn't clear, there really should be more of a description here...
SINUS,
Constant Field Valuespublic static final int CONST_VALUE
If the meaning of 'CONST' literal object isn't clear, there really should be more of a description here...
CONST,
Constant Field Valuespublic static final int DISCRETE_VALUE
If the meaning of 'DISCRETE' literal object isn't clear, there really should be more of a description here...
DISCRETE,
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 int LINEAR_VALUE
If the meaning of 'LINEAR' literal object isn't clear, there really should be more of a description here...
LINEAR,
Constant Field Valuespublic static final List<IfcStructuralCurveActivityTypeEnum> VALUES
public static IfcStructuralCurveActivityTypeEnum[] values()
for (IfcStructuralCurveActivityTypeEnum c : IfcStructuralCurveActivityTypeEnum.values()) System.out.println(c);
public static IfcStructuralCurveActivityTypeEnum 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 IfcStructuralCurveActivityTypeEnum get(String literal)
literal - the literal.null.public static IfcStructuralCurveActivityTypeEnum getByName(String name)
name - the name.null.public static IfcStructuralCurveActivityTypeEnum 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<IfcStructuralCurveActivityTypeEnum>Copyright © 2016 OpenSource BIM. All rights reserved.