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.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.util.List<FieldMetaData> |
getRecordFieldMetaData()
Returns the value of the 'Record Field Meta Data' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setRecordFieldMetaData(java.util.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()java.lang.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(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.util.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(java.util.List<FieldMetaData> value)
Record Field Meta Data' attribute.
value - the new value of the 'Record Field Meta Data' attribute.getRecordFieldMetaData()Copyright © 2015 Red Hat, Inc.. All Rights Reserved.