public enum IfcPreferredSurfaceCurveRepresentation extends Enum<IfcPreferredSurfaceCurveRepresentation> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CURVE3D
The 'CURVE3D' literal object.
|
NULL
The 'NULL' literal object.
|
PCURVE_S1
The 'PCURVE S1' literal object.
|
PCURVE_S2
The 'PCURVE S2' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CURVE3D_VALUE
The 'CURVE3D' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
PCURVE_S1_VALUE
The 'PCURVE S1' literal value.
|
static int |
PCURVE_S2_VALUE
The 'PCURVE S2' literal value.
|
static List<IfcPreferredSurfaceCurveRepresentation> |
VALUES
A public read-only list of all the 'Ifc Preferred Surface Curve Representation' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcPreferredSurfaceCurveRepresentation |
get(int value)
Returns the 'Ifc Preferred Surface Curve Representation' literal with the specified integer value.
|
static IfcPreferredSurfaceCurveRepresentation |
get(String literal)
Returns the 'Ifc Preferred Surface Curve Representation' literal with the specified literal value.
|
static IfcPreferredSurfaceCurveRepresentation |
getByName(String name)
Returns the 'Ifc Preferred Surface Curve Representation' 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 IfcPreferredSurfaceCurveRepresentation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcPreferredSurfaceCurveRepresentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcPreferredSurfaceCurveRepresentation NULL
NULL_VALUEpublic static final IfcPreferredSurfaceCurveRepresentation PCURVE_S2
PCURVE_S2_VALUEpublic static final IfcPreferredSurfaceCurveRepresentation PCURVE_S1
PCURVE_S1_VALUEpublic static final IfcPreferredSurfaceCurveRepresentation CURVE3D
CURVE3D_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 PCURVE_S2_VALUE
If the meaning of 'PCURVE S2' literal object isn't clear, there really should be more of a description here...
PCURVE_S2,
Constant Field Valuespublic static final int PCURVE_S1_VALUE
If the meaning of 'PCURVE S1' literal object isn't clear, there really should be more of a description here...
PCURVE_S1,
Constant Field Valuespublic static final int CURVE3D_VALUE
If the meaning of 'CURVE3D' literal object isn't clear, there really should be more of a description here...
CURVE3D,
Constant Field Valuespublic static final List<IfcPreferredSurfaceCurveRepresentation> VALUES
public static IfcPreferredSurfaceCurveRepresentation[] values()
for (IfcPreferredSurfaceCurveRepresentation c : IfcPreferredSurfaceCurveRepresentation.values()) System.out.println(c);
public static IfcPreferredSurfaceCurveRepresentation 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 IfcPreferredSurfaceCurveRepresentation get(String literal)
literal - the literal.null.public static IfcPreferredSurfaceCurveRepresentation getByName(String name)
name - the name.null.public static IfcPreferredSurfaceCurveRepresentation 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<IfcPreferredSurfaceCurveRepresentation>Copyright © 2018 OpenSource BIM. All rights reserved.