public class DocumentListImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements DocumentList
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected static String |
APPLICATION_RELEASE_EDEFAULT
The default value of the '
Application Release' attribute. |
protected org.eclipse.emf.common.util.EList<Document> |
document
The cached value of the '
Document' containment reference list. |
protected static String |
IDOC_TYPE_EDEFAULT
The default value of the '
Idoc Type' attribute. |
protected static String |
IDOC_TYPE_EXTENSION_EDEFAULT
The default value of the '
Idoc Type Extension' attribute. |
protected static String |
SYSTEM_RELEASE_EDEFAULT
The default value of the '
System Release' attribute. |
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY| Constructor and Description |
|---|
DocumentListImpl() |
| Modifier and Type | Method and Description |
|---|---|
Document |
add() |
boolean |
add(Document e) |
Document |
add(int index) |
void |
add(int index,
Document element) |
boolean |
addAll(Collection<? extends Document> c) |
boolean |
addAll(int index,
Collection<? extends Document> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
boolean |
equals(Object o) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Document |
get(int index) |
String |
getApplicationRelease() |
org.eclipse.emf.common.util.EList<Document> |
getDocument() |
String |
getIdocType() |
String |
getIdocTypeExtension() |
org.eclipse.emf.ecore.EClass |
getRootSegmentClass() |
String |
getSystemRelease() |
int |
hashCode() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<Document> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<Document> |
listIterator() |
ListIterator<Document> |
listIterator(int index) |
void |
move(int newPosition,
Document object) |
Document |
move(int newPosition,
int oldPosition) |
Document |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
Document |
set(int index,
Document element) |
void |
setApplicationRelease(String newApplicationRelease) |
void |
setIdocType(String newIdocType) |
void |
setIdocTypeExtension(String newIdocTypeExtension) |
void |
setRootSegmentClass(org.eclipse.emf.ecore.EClass rootSegmentClass) |
void |
setSystemRelease(String newSystemRelease) |
int |
size() |
List<Document> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIeAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringeBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, finalize, getClass, notify, notifyAll, wait, wait, waiteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected static final String IDOC_TYPE_EDEFAULT
Idoc Type' attribute.
getIdocType(),
Constant Field Valuesprotected static final String IDOC_TYPE_EXTENSION_EDEFAULT
Idoc Type Extension' attribute.
getIdocTypeExtension(),
Constant Field Valuesprotected static final String SYSTEM_RELEASE_EDEFAULT
System Release' attribute.
getSystemRelease(),
Constant Field Valuesprotected static final String APPLICATION_RELEASE_EDEFAULT
Application Release' attribute.
getApplicationRelease(),
Constant Field Valuesprotected org.eclipse.emf.common.util.EList<Document> document
Document' containment reference list.
getDocument()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImplpublic String getIdocType()
getIdocType in interface DocumentListIdocPackage.getDocumentList_IdocType()public void setIdocType(String newIdocType)
public String getIdocTypeExtension()
getIdocTypeExtension in interface DocumentListIdocPackage.getDocumentList_IdocTypeExtension()public void setIdocTypeExtension(String newIdocTypeExtension)
public String getSystemRelease()
getSystemRelease in interface DocumentListIdocPackage.getDocumentList_SystemRelease()public void setSystemRelease(String newSystemRelease)
public String getApplicationRelease()
getApplicationRelease in interface DocumentListIdocPackage.getDocumentList_ApplicationRelease()public void setApplicationRelease(String newApplicationRelease)
public org.eclipse.emf.common.util.EList<Document> getDocument()
public org.eclipse.emf.ecore.EClass getRootSegmentClass()
public void setRootSegmentClass(org.eclipse.emf.ecore.EClass rootSegmentClass)
public Document add()
add in interface DocumentListpublic Document add(int index)
add in interface DocumentListpublic org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void move(int newPosition,
Document object)
move in interface org.eclipse.emf.common.util.EList<Document>public Document move(int newPosition, int oldPosition)
move in interface org.eclipse.emf.common.util.EList<Document>public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Document e)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Document>containsAll in interface List<Document>public boolean addAll(Collection<? extends Document> c)
public boolean addAll(int index,
Collection<? extends Document> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public boolean equals(Object o)
public int hashCode()
public int lastIndexOf(Object o)
lastIndexOf in interface List<Document>public ListIterator<Document> listIterator()
listIterator in interface List<Document>public ListIterator<Document> listIterator(int index)
listIterator in interface List<Document>Apache Camel