Package net.opengis.wps10.impl
Class ResponseDocumentTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- ResponseDocumentTypeImpl
-
- All Implemented Interfaces:
ResponseDocumentType
,Notifier
,EObject
,InternalEObject
public class ResponseDocumentTypeImpl extends EObjectImpl implements ResponseDocumentType
An implementation of the model object 'Response Document Type'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
lineage
The cached value of the 'Lineage
' attribute.protected static boolean
LINEAGE_EDEFAULT
The default value of the 'Lineage
' attribute.protected boolean
lineageESet
This is true if the Lineage attribute has been set.protected EList
output
The cached value of the 'Output
' containment reference list.protected boolean
status
The cached value of the 'Status
' attribute.protected static boolean
STATUS_EDEFAULT
The default value of the 'Status
' attribute.protected boolean
statusESet
This is true if the Status attribute has been set.protected static boolean
STORE_EXECUTE_RESPONSE_EDEFAULT
The default value of the 'Store Execute Response
' attribute.protected boolean
storeExecuteResponse
The cached value of the 'Store Execute Response
' attribute.protected boolean
storeExecuteResponseESet
This is true if the Store Execute Response attribute has been set.-
Fields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ResponseDocumentTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
EList
getOutput()
boolean
isLineage()
boolean
isSetLineage()
boolean
isSetStatus()
boolean
isSetStoreExecuteResponse()
boolean
isStatus()
boolean
isStoreExecuteResponse()
void
setLineage(boolean newLineage)
void
setStatus(boolean newStatus)
void
setStoreExecuteResponse(boolean newStoreExecuteResponse)
String
toString()
void
unsetLineage()
void
unsetStatus()
void
unsetStoreExecuteResponse()
-
Methods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, 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
-
Methods inherited from class BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
output
protected EList output
The cached value of the 'Output
' containment reference list.- See Also:
getOutput()
-
LINEAGE_EDEFAULT
protected static final boolean LINEAGE_EDEFAULT
The default value of the 'Lineage
' attribute.- See Also:
isLineage()
, Constant Field Values
-
lineage
protected boolean lineage
The cached value of the 'Lineage
' attribute.- See Also:
isLineage()
-
lineageESet
protected boolean lineageESet
This is true if the Lineage attribute has been set.
-
STATUS_EDEFAULT
protected static final boolean STATUS_EDEFAULT
The default value of the 'Status
' attribute.- See Also:
isStatus()
, Constant Field Values
-
status
protected boolean status
The cached value of the 'Status
' attribute.- See Also:
isStatus()
-
statusESet
protected boolean statusESet
This is true if the Status attribute has been set.
-
STORE_EXECUTE_RESPONSE_EDEFAULT
protected static final boolean STORE_EXECUTE_RESPONSE_EDEFAULT
The default value of the 'Store Execute Response
' attribute.- See Also:
isStoreExecuteResponse()
, Constant Field Values
-
storeExecuteResponse
protected boolean storeExecuteResponse
The cached value of the 'Store Execute Response
' attribute.- See Also:
isStoreExecuteResponse()
-
storeExecuteResponseESet
protected boolean storeExecuteResponseESet
This is true if the Store Execute Response attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classEObjectImpl
-
getOutput
public EList getOutput()
- Specified by:
getOutput
in interfaceResponseDocumentType
- Returns:
- the value of the 'Output' containment reference list.
- See Also:
Wps10Package.getResponseDocumentType_Output()
-
isLineage
public boolean isLineage()
- Specified by:
isLineage
in interfaceResponseDocumentType
- Returns:
- the value of the 'Lineage' attribute.
- See Also:
ResponseDocumentType.isSetLineage()
,ResponseDocumentType.unsetLineage()
,ResponseDocumentType.setLineage(boolean)
,Wps10Package.getResponseDocumentType_Lineage()
-
setLineage
public void setLineage(boolean newLineage)
- Specified by:
setLineage
in interfaceResponseDocumentType
- Parameters:
newLineage
- the new value of the 'Lineage' attribute.- See Also:
ResponseDocumentType.isSetLineage()
,ResponseDocumentType.unsetLineage()
,ResponseDocumentType.isLineage()
-
unsetLineage
public void unsetLineage()
- Specified by:
unsetLineage
in interfaceResponseDocumentType
- See Also:
ResponseDocumentType.isSetLineage()
,ResponseDocumentType.isLineage()
,ResponseDocumentType.setLineage(boolean)
-
isSetLineage
public boolean isSetLineage()
- Specified by:
isSetLineage
in interfaceResponseDocumentType
- Returns:
- whether the value of the 'Lineage' attribute is set.
- See Also:
ResponseDocumentType.unsetLineage()
,ResponseDocumentType.isLineage()
,ResponseDocumentType.setLineage(boolean)
-
isStatus
public boolean isStatus()
- Specified by:
isStatus
in interfaceResponseDocumentType
- Returns:
- the value of the 'Status' attribute.
- See Also:
ResponseDocumentType.isSetStatus()
,ResponseDocumentType.unsetStatus()
,ResponseDocumentType.setStatus(boolean)
,Wps10Package.getResponseDocumentType_Status()
-
setStatus
public void setStatus(boolean newStatus)
- Specified by:
setStatus
in interfaceResponseDocumentType
- Parameters:
newStatus
- the new value of the 'Status' attribute.- See Also:
ResponseDocumentType.isSetStatus()
,ResponseDocumentType.unsetStatus()
,ResponseDocumentType.isStatus()
-
unsetStatus
public void unsetStatus()
- Specified by:
unsetStatus
in interfaceResponseDocumentType
- See Also:
ResponseDocumentType.isSetStatus()
,ResponseDocumentType.isStatus()
,ResponseDocumentType.setStatus(boolean)
-
isSetStatus
public boolean isSetStatus()
- Specified by:
isSetStatus
in interfaceResponseDocumentType
- Returns:
- whether the value of the 'Status' attribute is set.
- See Also:
ResponseDocumentType.unsetStatus()
,ResponseDocumentType.isStatus()
,ResponseDocumentType.setStatus(boolean)
-
isStoreExecuteResponse
public boolean isStoreExecuteResponse()
- Specified by:
isStoreExecuteResponse
in interfaceResponseDocumentType
- Returns:
- the value of the 'Store Execute Response' attribute.
- See Also:
ResponseDocumentType.isSetStoreExecuteResponse()
,ResponseDocumentType.unsetStoreExecuteResponse()
,ResponseDocumentType.setStoreExecuteResponse(boolean)
,Wps10Package.getResponseDocumentType_StoreExecuteResponse()
-
setStoreExecuteResponse
public void setStoreExecuteResponse(boolean newStoreExecuteResponse)
- Specified by:
setStoreExecuteResponse
in interfaceResponseDocumentType
- Parameters:
newStoreExecuteResponse
- the new value of the 'Store Execute Response' attribute.- See Also:
ResponseDocumentType.isSetStoreExecuteResponse()
,ResponseDocumentType.unsetStoreExecuteResponse()
,ResponseDocumentType.isStoreExecuteResponse()
-
unsetStoreExecuteResponse
public void unsetStoreExecuteResponse()
-
isSetStoreExecuteResponse
public boolean isSetStoreExecuteResponse()
- Specified by:
isSetStoreExecuteResponse
in interfaceResponseDocumentType
- Returns:
- whether the value of the 'Store Execute Response' attribute is set.
- See Also:
ResponseDocumentType.unsetStoreExecuteResponse()
,ResponseDocumentType.isStoreExecuteResponse()
,ResponseDocumentType.setStoreExecuteResponse(boolean)
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
-
-