public enum IfcBSplineCurveForm extends Enum<IfcBSplineCurveForm> implements org.eclipse.emf.common.util.Enumerator
Ifc4Package.getIfcBSplineCurveForm()| Enum Constant and Description |
|---|
CIRCULAR_ARC
The 'CIRCULAR ARC' literal object.
|
ELLIPTIC_ARC
The 'ELLIPTIC ARC' literal object.
|
HYPERBOLIC_ARC
The 'HYPERBOLIC ARC' literal object.
|
NULL
The 'NULL' literal object.
|
PARABOLIC_ARC
The 'PARABOLIC ARC' literal object.
|
POLYLINE_FORM
The 'POLYLINE FORM' literal object.
|
UNSPECIFIED
The 'UNSPECIFIED' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CIRCULAR_ARC_VALUE
The 'CIRCULAR ARC' literal value.
|
static int |
ELLIPTIC_ARC_VALUE
The 'ELLIPTIC ARC' literal value.
|
static int |
HYPERBOLIC_ARC_VALUE
The 'HYPERBOLIC ARC' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PARABOLIC_ARC_VALUE
The 'PARABOLIC ARC' literal value.
|
static int |
POLYLINE_FORM_VALUE
The 'POLYLINE FORM' literal value.
|
static int |
UNSPECIFIED_VALUE
The 'UNSPECIFIED' literal value.
|
static List<IfcBSplineCurveForm> |
VALUES
A public read-only list of all the 'Ifc BSpline Curve Form' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcBSplineCurveForm |
get(int value)
Returns the 'Ifc BSpline Curve Form' literal with the specified integer value.
|
static IfcBSplineCurveForm |
get(String literal)
Returns the 'Ifc BSpline Curve Form' literal with the specified literal value.
|
static IfcBSplineCurveForm |
getByName(String name)
Returns the 'Ifc BSpline Curve Form' 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 IfcBSplineCurveForm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBSplineCurveForm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBSplineCurveForm NULL
NULL_VALUEpublic static final IfcBSplineCurveForm PARABOLIC_ARC
PARABOLIC_ARC_VALUEpublic static final IfcBSplineCurveForm UNSPECIFIED
UNSPECIFIED_VALUEpublic static final IfcBSplineCurveForm HYPERBOLIC_ARC
HYPERBOLIC_ARC_VALUEpublic static final IfcBSplineCurveForm ELLIPTIC_ARC
ELLIPTIC_ARC_VALUEpublic static final IfcBSplineCurveForm POLYLINE_FORM
POLYLINE_FORM_VALUEpublic static final IfcBSplineCurveForm CIRCULAR_ARC
CIRCULAR_ARC_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 PARABOLIC_ARC_VALUE
If the meaning of 'PARABOLIC ARC' literal object isn't clear, there really should be more of a description here...
PARABOLIC_ARC,
Constant Field Valuespublic static final int UNSPECIFIED_VALUE
If the meaning of 'UNSPECIFIED' literal object isn't clear, there really should be more of a description here...
UNSPECIFIED,
Constant Field Valuespublic static final int HYPERBOLIC_ARC_VALUE
If the meaning of 'HYPERBOLIC ARC' literal object isn't clear, there really should be more of a description here...
HYPERBOLIC_ARC,
Constant Field Valuespublic static final int ELLIPTIC_ARC_VALUE
If the meaning of 'ELLIPTIC ARC' literal object isn't clear, there really should be more of a description here...
ELLIPTIC_ARC,
Constant Field Valuespublic static final int POLYLINE_FORM_VALUE
If the meaning of 'POLYLINE FORM' literal object isn't clear, there really should be more of a description here...
POLYLINE_FORM,
Constant Field Valuespublic static final int CIRCULAR_ARC_VALUE
If the meaning of 'CIRCULAR ARC' literal object isn't clear, there really should be more of a description here...
CIRCULAR_ARC,
Constant Field Valuespublic static final List<IfcBSplineCurveForm> VALUES
public static IfcBSplineCurveForm[] values()
for (IfcBSplineCurveForm c : IfcBSplineCurveForm.values()) System.out.println(c);
public static IfcBSplineCurveForm 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 IfcBSplineCurveForm get(String literal)
literal - the literal.null.public static IfcBSplineCurveForm getByName(String name)
name - the name.null.public static IfcBSplineCurveForm 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<IfcBSplineCurveForm>Copyright © 2016 OpenSource BIM. All rights reserved.