Package | Description |
---|---|
org.fusesource.camel.component.sap.model.rfc | |
org.fusesource.camel.component.sap.model.rfc.impl | |
org.fusesource.camel.component.sap.model.rfc.util |
Modifier and Type | Method and Description |
---|---|
RecordMetaData |
RfcFactory.createRecordMetaData()
Returns a new object of class 'Record Meta Data'.
|
RecordMetaData |
ListFieldMetaData.getRecordMetaData()
Returns the value of the 'Record Meta Data' reference.
|
RecordMetaData |
FieldMetaData.getRecordMetaData()
Returns the value of the 'Record Meta Data' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ListFieldMetaData.setRecordMetaData(RecordMetaData value)
Sets the value of the '
Record Meta Data ' reference. |
void |
FieldMetaData.setRecordMetaData(RecordMetaData value)
Sets the value of the '
Record Meta Data ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
RecordMetaDataImpl
An implementation of the model object 'Record Meta Data'.
|
Modifier and Type | Field and Description |
---|---|
protected RecordMetaData |
ListFieldMetaDataImpl.recordMetaData
The cached value of the '
Record Meta Data ' reference. |
protected RecordMetaData |
FieldMetaDataImpl.recordMetaData
The cached value of the '
Record Meta Data ' reference. |
Modifier and Type | Method and Description |
---|---|
RecordMetaData |
ListFieldMetaDataImpl.basicGetRecordMetaData() |
RecordMetaData |
FieldMetaDataImpl.basicGetRecordMetaData() |
RecordMetaData |
RfcFactoryImpl.createRecordMetaData() |
RecordMetaData |
ListFieldMetaDataImpl.getRecordMetaData() |
RecordMetaData |
FieldMetaDataImpl.getRecordMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
ListFieldMetaDataImpl.setRecordMetaData(RecordMetaData newRecordMetaData) |
void |
FieldMetaDataImpl.setRecordMetaData(RecordMetaData newRecordMetaData) |
Modifier and Type | Method and Description |
---|---|
T |
RfcSwitch.caseRecordMetaData(RecordMetaData object)
Returns the result of interpreting the object as an instance of 'Record Meta Data'.
|
Apache Camel