Package | Description |
---|---|
org.fusesource.camel.component.sap.model.idoc | |
org.fusesource.camel.component.sap.model.idoc.impl | |
org.fusesource.camel.component.sap.model.idoc.util |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentList.add() |
Document |
DocumentList.add(int index) |
Document |
IdocFactory.createDocument()
Returns a new object of class 'Document'.
|
Document |
Segment.getDocument()
Returns the value of the 'Document' reference.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentImpl
An implementation of the model object 'Document'.
|
Modifier and Type | Field and Description |
---|---|
protected Document |
SegmentImpl.document
The cached value of the '
Document ' reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Document> |
DocumentListImpl.document
The cached value of the '
Document ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentListImpl.add() |
Document |
DocumentListImpl.add(int index) |
Document |
SegmentImpl.basicGetDocument() |
Document |
IdocFactoryImpl.createDocument() |
Document |
DocumentListImpl.get(int index) |
Document |
SegmentImpl.getDocument() |
Document |
DocumentListImpl.move(int newPosition,
int oldPosition) |
Document |
DocumentListImpl.remove(int index) |
Document |
DocumentListImpl.set(int index,
Document element) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Document> |
DocumentListImpl.getDocument() |
Iterator<Document> |
DocumentListImpl.iterator() |
ListIterator<Document> |
DocumentListImpl.listIterator() |
ListIterator<Document> |
DocumentListImpl.listIterator(int index) |
List<Document> |
DocumentListImpl.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
DocumentListImpl.add(Document e) |
void |
DocumentListImpl.add(int index,
Document element) |
void |
DocumentListImpl.move(int newPosition,
Document object) |
Document |
DocumentListImpl.set(int index,
Document element) |
void |
SegmentImpl.setDocument(Document newDocument) |
Modifier and Type | Method and Description |
---|---|
boolean |
DocumentListImpl.addAll(Collection<? extends Document> c) |
boolean |
DocumentListImpl.addAll(int index,
Collection<? extends Document> c) |
Modifier and Type | Method and Description |
---|---|
T |
IdocSwitch.caseDocument(Document object)
Returns the result of interpreting the object as an instance of 'Document'.
|
Apache Camel