Package | Description |
---|---|
com.interpss.core.net | |
com.interpss.core.net.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<OriginalDataFormat> |
OriginalDataFormat.VALUES
A public read-only list of all the 'Original Data Format' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static OriginalDataFormat |
OriginalDataFormat.get(int value)
Returns the 'Original Data Format' literal with the specified integer value.
|
static OriginalDataFormat |
OriginalDataFormat.get(java.lang.String literal)
Returns the 'Original Data Format' literal with the specified literal value.
|
static OriginalDataFormat |
OriginalDataFormat.getByName(java.lang.String name)
Returns the 'Original Data Format' literal with the specified name.
|
OriginalDataFormat |
Network.getOriginalDataFormat()
Returns the value of the 'Original Data Format' attribute.
|
static OriginalDataFormat |
OriginalDataFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OriginalDataFormat[] |
OriginalDataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Network.setOriginalDataFormat(OriginalDataFormat value)
Sets the value of the '
Original Data Format ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static OriginalDataFormat |
NetworkImpl.ORIGINAL_DATA_FORMAT_EDEFAULT
The default value of the '
Original Data Format ' attribute. |
protected OriginalDataFormat |
NetworkImpl.originalDataFormat
The cached value of the '
Original Data Format ' attribute. |
Modifier and Type | Method and Description |
---|---|
OriginalDataFormat |
NetFactoryImpl.createOriginalDataFormatFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
OriginalDataFormat |
NetworkImpl.getOriginalDataFormat() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkImpl.setOriginalDataFormat(OriginalDataFormat newOriginalDataFormat) |