Package | Description |
---|---|
com.interpss.opf | |
com.interpss.opf.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<OpfGenOperatingMode> |
OpfGenOperatingMode.VALUES
A public read-only list of all the 'Gen Operating Mode' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static OpfGenOperatingMode |
OpfGenOperatingMode.get(int value)
Returns the 'Gen Operating Mode' literal with the specified integer value.
|
static OpfGenOperatingMode |
OpfGenOperatingMode.get(java.lang.String literal)
Returns the 'Gen Operating Mode' literal with the specified literal value.
|
static OpfGenOperatingMode |
OpfGenOperatingMode.getByName(java.lang.String name)
Returns the 'Gen Operating Mode' literal with the specified name.
|
OpfGenOperatingMode |
OpfGen.getOperatingMode()
Returns the value of the 'Operating Mode' attribute.
|
static OpfGenOperatingMode |
OpfGenOperatingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpfGenOperatingMode[] |
OpfGenOperatingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OpfGen.setOperatingMode(OpfGenOperatingMode value)
Sets the value of the '
Operating Mode ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static OpfGenOperatingMode |
OpfGenImpl.OPERATING_MODE_EDEFAULT
The default value of the '
Operating Mode ' attribute. |
protected OpfGenOperatingMode |
OpfGenImpl.operatingMode
The cached value of the '
Operating Mode ' attribute. |
Modifier and Type | Method and Description |
---|---|
OpfGenOperatingMode |
OpfFactoryImpl.createOpfGenOperatingModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
OpfGenOperatingMode |
OpfGenImpl.getOperatingMode() |
Modifier and Type | Method and Description |
---|---|
void |
OpfGenImpl.setOperatingMode(OpfGenOperatingMode newOperatingMode) |