public interface RecordMetaData
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getRecordMetaData()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FieldMetaData> |
getFieldMetaData()
Returns the value of the 'Field Meta Data' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
List<FieldMetaData> |
getRecordFieldMetaData()
Returns the value of the 'Record Field Meta Data' attribute.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setRecordFieldMetaData(List<FieldMetaData> value)
Sets the value of the '
Record Field Meta Data ' attribute. |
org.eclipse.emf.common.util.EList<FieldMetaData> getFieldMetaData()
FieldMetaData
.
If the meaning of the 'Field Meta Data' containment reference list isn't clear, there really should be more of a description here...
RfcPackage.getRecordMetaData_FieldMetaData()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
RfcPackage.getRecordMetaData_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
List<FieldMetaData> getRecordFieldMetaData()
If the meaning of the 'Record Field Meta Data' attribute isn't clear, there really should be more of a description here...
setRecordFieldMetaData(List)
,
RfcPackage.getRecordMetaData_RecordFieldMetaData()
void setRecordFieldMetaData(List<FieldMetaData> value)
Record Field Meta Data
' attribute.
value
- the new value of the 'Record Field Meta Data' attribute.getRecordFieldMetaData()
Apache Camel