| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.command.po.builder |
Contains the PO command builders.
|
| Modifier and Type | Method and Description |
|---|---|
ReadRecordsCmdBuild.ReadMode |
ReadRecordsCmdBuild.getReadMode() |
static ReadRecordsCmdBuild.ReadMode |
ReadRecordsCmdBuild.ReadMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadRecordsCmdBuild.ReadMode[] |
ReadRecordsCmdBuild.ReadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ReadRecordsCmdBuild(PoClass poClass,
int sfi,
int firstRecordNumber,
ReadRecordsCmdBuild.ReadMode readMode,
int expectedLength)
Instantiates a new read records cmd build.
|