| Package | Description |
|---|---|
| com.interpss.simu.multicase | |
| com.interpss.simu.multicase.aclf | |
| com.interpss.simu.multicase.aclf.impl | |
| com.interpss.simu.multicase.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<ReturnRemoteCaseOpt> |
ReturnRemoteCaseOpt.VALUES
A public read-only list of all the 'Return Remote Case Opt' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ReturnRemoteCaseOpt |
ReturnRemoteCaseOpt.get(int value)
Returns the 'Return Remote Case Opt' literal with the specified integer value.
|
static ReturnRemoteCaseOpt |
ReturnRemoteCaseOpt.get(java.lang.String literal)
Returns the 'Return Remote Case Opt' literal with the specified literal value.
|
static ReturnRemoteCaseOpt |
ReturnRemoteCaseOpt.getByName(java.lang.String name)
Returns the 'Return Remote Case Opt' literal with the specified name.
|
static ReturnRemoteCaseOpt |
ReturnRemoteCaseOpt.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReturnRemoteCaseOpt[] |
ReturnRemoteCaseOpt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReturnRemoteCaseOpt |
AclfGridOption.getReturnCase()
Returns the value of the 'Return Case' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AclfGridOption.setReturnCase(ReturnRemoteCaseOpt value)
Sets the value of the '
Return Case' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ReturnRemoteCaseOpt |
AclfGridOptionImpl.getReturnCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
AclfGridOptionImpl.setReturnCase(ReturnRemoteCaseOpt newReturnCase) |
| Modifier and Type | Method and Description |
|---|---|
ReturnRemoteCaseOpt |
MulticaseFactoryImpl.createReturnRemoteCaseOptFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |