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 | Interface and Description |
---|---|
interface |
SegmentList<S extends Segment>
A representation of the model object 'Segment List'.
|
Modifier and Type | Method and Description |
---|---|
<S extends Segment> |
IdocFactory.createSegmentList()
Returns a new object of class 'Segment List'.
|
<S extends Segment> |
SegmentChildren.get(String segmentType) |
<S extends Segment> |
Segment.getChildren() |
<S extends Segment> |
Segment.getChildren(String segmentType)
Returns a list of child segments of the specified segment type.
|
Modifier and Type | Method and Description |
---|---|
Segment |
IdocFactory.createSegment()
Returns a new object of class 'Segment'.
|
Segment |
SegmentChildren.getParent()
Returns the value of the 'Parent' reference.
|
Segment |
Segment.getParent()
Returns the value of the 'Parent' reference.
|
Segment |
Document.getRootSegment()
Returns the value of the 'Root Segment' containment reference.
|
Modifier and Type | Class and Description |
---|---|
class |
SegmentListImpl<S extends Segment>
An implementation of the model object 'Segment List'.
|
Modifier and Type | Class and Description |
---|---|
class |
SegmentImpl
An implementation of the model object 'Segment'.
|
Modifier and Type | Field and Description |
---|---|
protected Segment |
SegmentImpl.parent
The cached value of the '
Parent ' reference. |
protected Segment |
SegmentChildrenImpl.parent
The cached value of the '
Parent ' reference. |
protected Segment |
DocumentImpl.rootSegment
The cached value of the '
Root Segment ' containment reference. |
Modifier and Type | Method and Description |
---|---|
<S extends Segment> |
IdocFactoryImpl.createSegmentList() |
<S extends Segment> |
SegmentChildrenImpl.get(String segmentType) |
<S extends Segment> |
SegmentImpl.getChildren() |
<S extends Segment> |
SegmentImpl.getChildren(String segmentType) |
Modifier and Type | Method and Description |
---|---|
Segment |
SegmentImpl.basicGetParent() |
Segment |
SegmentChildrenImpl.basicGetParent() |
Segment |
IdocFactoryImpl.createSegment() |
Segment |
SegmentImpl.getParent() |
Segment |
SegmentChildrenImpl.getParent() |
Segment |
DocumentImpl.getRootSegment() |
Segment |
SegmentListImpl.getSegmentParent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DocumentImpl.basicSetRootSegment(Segment newRootSegment,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SegmentImpl.setParent(Segment newParent) |
void |
SegmentChildrenImpl.setParent(Segment newParent) |
void |
DocumentImpl.setRootSegment(Segment newRootSegment) |
void |
SegmentListImpl.setSegmentParent(Segment parent) |
Modifier and Type | Method and Description |
---|---|
<S extends Segment> |
IdocSwitch.caseSegmentList(SegmentList<S> object)
Returns the result of interpreting the object as an instance of 'Segment List'.
|
Modifier and Type | Method and Description |
---|---|
T |
IdocSwitch.caseSegment(Segment object)
Returns the result of interpreting the object as an instance of 'Segment'.
|
Apache Camel