| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command.po.builder.storedvalue |
Contains the Stored Value PO command builders.
|
| org.eclipse.keyple.calypso.transaction |
Contains the services and POJOs providing the high-level API to manage PO selections and
transactions.
|
| Modifier and Type | Method and Description |
|---|---|
PoTransaction.SvSettings.Operation |
SvGetCmdBuild.getSvOperation()
Gets the request SV operation (used to check the SV command sequence)
|
| Constructor and Description |
|---|
SvGetCmdBuild(PoClass poClass,
PoRevision poRevision,
PoTransaction.SvSettings.Operation svOperation)
Instantiates a new SvGetCmdBuild.
|
| Modifier and Type | Method and Description |
|---|---|
static PoTransaction.SvSettings.Operation |
PoTransaction.SvSettings.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoTransaction.SvSettings.Operation[] |
PoTransaction.SvSettings.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PoTransaction.prepareSvGet(PoTransaction.SvSettings.Operation svOperation,
PoTransaction.SvSettings.Action svAction)
Schedules the execution of a SV Get command to prepare an SV operation or simply
retrieves the current SV status.
|