Package | Description |
---|---|
com.interpss.dist | |
com.interpss.dist.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<ScStanderd> |
ScStanderd.VALUES
A public read-only list of all the 'Sc Standerd' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ScStanderd |
ScStanderd.get(int value)
Returns the 'Sc Standerd' literal with the specified integer value.
|
static ScStanderd |
ScStanderd.get(java.lang.String literal)
Returns the 'Sc Standerd' literal with the specified literal value.
|
static ScStanderd |
ScStanderd.getByName(java.lang.String name)
Returns the 'Sc Standerd' literal with the specified name.
|
ScStanderd |
DistNetwork.getScStd()
Returns the value of the 'Sc Std' attribute.
|
static ScStanderd |
ScStanderd.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScStanderd[] |
ScStanderd.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DistNetwork.setScStd(ScStanderd value)
Sets the value of the '
Sc Std ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static ScStanderd |
DistNetworkImpl.SC_STD_EDEFAULT
The default value of the '
Sc Std ' attribute. |
protected ScStanderd |
DistNetworkImpl.scStd
The cached value of the '
Sc Std ' attribute. |
Modifier and Type | Method and Description |
---|---|
ScStanderd |
DistFactoryImpl.createScStanderdFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ScStanderd |
DistNetworkImpl.getScStd() |
Modifier and Type | Method and Description |
---|---|
void |
DistNetworkImpl.setScStd(ScStanderd newScStd) |