public interface Table<S extends Structure> extends org.eclipse.emf.ecore.EObject, List<S>
RfcPackage.getTable()
Modifier and Type | Method and Description |
---|---|
S |
add()
Create and add new row to end of table.
|
S |
add(int index)
Create and add new row to table at
index . |
String |
getLineType()
Returns the value of the 'Line Type' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
S |
getRow(int index) |
org.eclipse.emf.common.util.EList<S> |
getRows() |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
RfcPackage.getTable_Name()
String getLineType()
If the meaning of the 'Line Type' attribute isn't clear, there really should be more of a description here...
RfcPackage.getTable_LineType()
org.eclipse.emf.common.util.EList<S> getRows()
S getRow(int index)
S add()
S add(int index)
index
.Apache Camel