Package | Description |
---|---|
com.caplin.datasrc.interfaces |
Defines the main data interfaces used by DataSource for Java SDK and related products.
|
com.caplin.transformer.module.datasrc |
Provides the classes used to represent the either an update received for a DataSource object, or
the cached data for a DataSource object.
|
Modifier and Type | Method and Description |
---|---|
DSField |
DSData.getFieldByFieldNumber(int fieldNumber)
Gets the first occurrence of the field with the specified field
number.
|
DSField |
DSData.getFieldByFieldNumber(int fieldNumber,
int occurrence)
Gets the specified occurrence of the field with the specified
field number.
|
DSField |
DSRecord.getFieldByName(String fieldName)
Gets the first occurrence of the field with the specified field
name.
|
DSField |
DSRecord.getFieldByName(String fieldName,
int occurrence)
Gets the specified occurrence of the field with the specified
field name.
|
Modifier and Type | Method and Description |
---|---|
Iterator<DSField> |
DSData.iterator()
Returns an iterator of the fields for this DSData.
|
Modifier and Type | Method and Description |
---|---|
void |
DSData.addData(DSField dsField)
Adds the DSField.
|
boolean |
DSData.removeField(DSField dsField)
Removes the specified field from the DSData.
|
Modifier and Type | Class and Description |
---|---|
class |
DSFieldImpl
Transformer module implementation of the DSField interface.
|
Modifier and Type | Method and Description |
---|---|
DSField |
TransformerDataImpl.getFieldByFieldNumber(int fieldNumber) |
DSField |
TransformerDataImpl.getFieldByFieldNumber(int fieldNumber,
int occurrence) |
DSField |
TransformerRecordImpl.getFieldByName(String fieldName) |
DSField |
TransformerRecordImpl.getFieldByName(String fieldName,
int occurrence) |
Modifier and Type | Method and Description |
---|---|
Enumeration<DSField> |
TransformerDataImpl.elements() |
Iterator<DSField> |
TransformerDataImpl.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
TransformerDataImpl.addData(DSField dsField) |
boolean |
TransformerDataImpl.removeField(DSField dsField) |
Please send bug reports and comments to Caplin support