Package | Description |
---|---|
com.interpss.core.acsc | |
com.interpss.core.acsc.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ScCoordinate> |
ScCoordinate.VALUES
A public read-only list of all the 'Sc Coordinate' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ScCoordinate |
ScCoordinate.get(int value)
Returns the 'Sc Coordinate' literal with the specified integer value.
|
static ScCoordinate |
ScCoordinate.get(java.lang.String literal)
Returns the 'Sc Coordinate' literal with the specified literal value.
|
static ScCoordinate |
ScCoordinate.getByName(java.lang.String name)
Returns the 'Sc Coordinate' literal with the specified name.
|
static ScCoordinate |
ScCoordinate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScCoordinate[] |
ScCoordinate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScCoordinate |
AcscFactoryImpl.createScCoordinateFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |