public enum IfcSurfaceSide extends Enum<IfcSurfaceSide> implements org.eclipse.emf.common.util.Enumerator
Ifc2x3tc1Package.getIfcSurfaceSide()| Enum Constant and Description |
|---|
BOTH
The 'BOTH' literal object.
|
NEGATIVE
The 'NEGATIVE' literal object.
|
NULL
The 'NULL' literal object.
|
POSITIVE
The 'POSITIVE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTH_VALUE
The 'BOTH' literal value.
|
static int |
NEGATIVE_VALUE
The 'NEGATIVE' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
POSITIVE_VALUE
The 'POSITIVE' literal value.
|
static List<IfcSurfaceSide> |
VALUES
A public read-only list of all the 'Ifc Surface Side' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcSurfaceSide |
get(int value)
Returns the 'Ifc Surface Side' literal with the specified integer value.
|
static IfcSurfaceSide |
get(String literal)
Returns the 'Ifc Surface Side' literal with the specified literal value.
|
static IfcSurfaceSide |
getByName(String name)
Returns the 'Ifc Surface Side' 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 IfcSurfaceSide |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcSurfaceSide[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcSurfaceSide NULL
NULL_VALUEpublic static final IfcSurfaceSide POSITIVE
POSITIVE_VALUEpublic static final IfcSurfaceSide NEGATIVE
NEGATIVE_VALUEpublic static final IfcSurfaceSide BOTH
BOTH_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 POSITIVE_VALUE
If the meaning of 'POSITIVE' literal object isn't clear, there really should be more of a description here...
POSITIVE,
Constant Field Valuespublic static final int NEGATIVE_VALUE
If the meaning of 'NEGATIVE' literal object isn't clear, there really should be more of a description here...
NEGATIVE,
Constant Field Valuespublic static final int BOTH_VALUE
If the meaning of 'BOTH' literal object isn't clear, there really should be more of a description here...
BOTH,
Constant Field Valuespublic static final List<IfcSurfaceSide> VALUES
public static IfcSurfaceSide[] values()
for (IfcSurfaceSide c : IfcSurfaceSide.values()) System.out.println(c);
public static IfcSurfaceSide 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 IfcSurfaceSide get(String literal)
literal - the literal.null.public static IfcSurfaceSide getByName(String name)
name - the name.null.public static IfcSurfaceSide 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<IfcSurfaceSide>Copyright © 2016 OpenSource BIM. All rights reserved.