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 |
---|---|
FieldMetaData |
RfcFactory.createFieldMetaData()
Returns a new object of class 'Field Meta Data'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FieldMetaData> |
RecordMetaData.getFieldMetaData()
Returns the value of the 'Field Meta Data' containment reference list.
|
org.eclipse.emf.common.util.EList<FieldMetaData> |
ListFieldMetaData.getFieldMetaData()
Returns the value of the 'Field Meta Data' containment reference list.
|
org.eclipse.emf.common.util.EList<FieldMetaData> |
FieldMetaData.getFieldMetaData()
Returns the value of the 'Field Meta Data' containment reference list.
|
List<FieldMetaData> |
RecordMetaData.getRecordFieldMetaData()
Returns the value of the 'Record Field Meta Data' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordMetaData.setRecordFieldMetaData(List<FieldMetaData> value)
Sets the value of the '
Record Field Meta Data ' attribute. |
Modifier and Type | Class and Description |
---|---|
class |
FieldMetaDataImpl
An implementation of the model object 'Field Meta Data'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<FieldMetaData> |
RecordMetaDataImpl.fieldMetaData
The cached value of the '
Field Meta Data ' containment reference list. |
protected org.eclipse.emf.common.util.EList<FieldMetaData> |
ListFieldMetaDataImpl.fieldMetaData
The cached value of the '
Field Meta Data ' containment reference list. |
protected org.eclipse.emf.common.util.EList<FieldMetaData> |
FieldMetaDataImpl.fieldMetaData
The cached value of the '
Field Meta Data ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
FieldMetaData |
RfcFactoryImpl.createFieldMetaData() |
Modifier and Type | Method and Description |
---|---|
List<FieldMetaData> |
ListFieldMetaDataImpl.getComplexFieldMetaData() |
org.eclipse.emf.common.util.EList<FieldMetaData> |
RecordMetaDataImpl.getFieldMetaData() |
org.eclipse.emf.common.util.EList<FieldMetaData> |
ListFieldMetaDataImpl.getFieldMetaData() |
org.eclipse.emf.common.util.EList<FieldMetaData> |
FieldMetaDataImpl.getFieldMetaData() |
List<FieldMetaData> |
RecordMetaDataImpl.getRecordFieldMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
ListFieldMetaDataImpl.setComplexFieldMetaData(List<FieldMetaData> newComplexFieldMetaData) |
void |
RecordMetaDataImpl.setRecordFieldMetaData(List<FieldMetaData> newRecordFieldMetaData) |
Modifier and Type | Method and Description |
---|---|
T |
RfcSwitch.caseFieldMetaData(FieldMetaData object)
Returns the result of interpreting the object as an instance of 'Field Meta Data'.
|
Apache Camel