Package net.opengis.wps10.impl
Class ProcessDescriptionTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- EObjectImpl
-
- DescriptionTypeImpl
-
- ProcessBriefTypeImpl
-
- ProcessDescriptionTypeImpl
-
- All Implemented Interfaces:
DescriptionType,ProcessBriefType,ProcessDescriptionType,Notifier,EObject,InternalEObject
public class ProcessDescriptionTypeImpl extends ProcessBriefTypeImpl implements ProcessDescriptionType
An implementation of the model object 'Process Description 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 DataInputsTypedataInputsThe cached value of the 'Data Inputs' containment reference.protected ProcessOutputsTypeprocessOutputsThe cached value of the 'Process Outputs' containment reference.protected static booleanSTATUS_SUPPORTED_EDEFAULTThe default value of the 'Status Supported' attribute.protected booleanstatusSupportedThe cached value of the 'Status Supported' attribute.protected booleanstatusSupportedESetThis is true if the Status Supported attribute has been set.protected static booleanSTORE_SUPPORTED_EDEFAULTThe default value of the 'Store Supported' attribute.protected booleanstoreSupportedThe cached value of the 'Store Supported' attribute.protected booleanstoreSupportedESetThis is true if the Store Supported attribute has been set.-
Fields inherited from class ProcessBriefTypeImpl
PROCESS_VERSION_EDEFAULT, processVersion, profile, PROFILE_EDEFAULT, wSDL
-
Fields inherited from class DescriptionTypeImpl
abstract_, identifier, metadata, title
-
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 protectedProcessDescriptionTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetDataInputs(DataInputsType newDataInputs, NotificationChain msgs)NotificationChainbasicSetProcessOutputs(ProcessOutputsType newProcessOutputs, NotificationChain msgs)ObjecteGet(int featureID, boolean resolve, boolean coreType)NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)DataInputsTypegetDataInputs()ProcessOutputsTypegetProcessOutputs()booleanisSetStatusSupported()booleanisSetStoreSupported()booleanisStatusSupported()booleanisStoreSupported()voidsetDataInputs(DataInputsType newDataInputs)voidsetProcessOutputs(ProcessOutputsType newProcessOutputs)voidsetStatusSupported(boolean newStatusSupported)voidsetStoreSupported(boolean newStoreSupported)StringtoString()voidunsetStatusSupported()voidunsetStoreSupported()-
Methods inherited from class ProcessBriefTypeImpl
basicSetWSDL, getProcessVersion, getProfile, getWSDL, setProcessVersion, setProfile, setWSDL
-
Methods inherited from class DescriptionTypeImpl
basicSetAbstract, basicSetIdentifier, basicSetTitle, getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle
-
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
-
Methods inherited from interface DescriptionType
getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface ProcessBriefType
getProcessVersion, getProfile, getWSDL, setProcessVersion, setProfile, setWSDL
-
-
-
-
Field Detail
-
dataInputs
protected DataInputsType dataInputs
The cached value of the 'Data Inputs' containment reference.- See Also:
getDataInputs()
-
processOutputs
protected ProcessOutputsType processOutputs
The cached value of the 'Process Outputs' containment reference.- See Also:
getProcessOutputs()
-
STATUS_SUPPORTED_EDEFAULT
protected static final boolean STATUS_SUPPORTED_EDEFAULT
The default value of the 'Status Supported' attribute.- See Also:
isStatusSupported(), Constant Field Values
-
statusSupported
protected boolean statusSupported
The cached value of the 'Status Supported' attribute.- See Also:
isStatusSupported()
-
statusSupportedESet
protected boolean statusSupportedESet
This is true if the Status Supported attribute has been set.
-
STORE_SUPPORTED_EDEFAULT
protected static final boolean STORE_SUPPORTED_EDEFAULT
The default value of the 'Store Supported' attribute.- See Also:
isStoreSupported(), Constant Field Values
-
storeSupported
protected boolean storeSupported
The cached value of the 'Store Supported' attribute.- See Also:
isStoreSupported()
-
storeSupportedESet
protected boolean storeSupportedESet
This is true if the Store Supported attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classProcessBriefTypeImpl
-
getDataInputs
public DataInputsType getDataInputs()
- Specified by:
getDataInputsin interfaceProcessDescriptionType- Returns:
- the value of the 'Data Inputs' containment reference.
- See Also:
ProcessDescriptionType.setDataInputs(DataInputsType),Wps10Package.getProcessDescriptionType_DataInputs()
-
basicSetDataInputs
public NotificationChain basicSetDataInputs(DataInputsType newDataInputs, NotificationChain msgs)
-
setDataInputs
public void setDataInputs(DataInputsType newDataInputs)
- Specified by:
setDataInputsin interfaceProcessDescriptionType- Parameters:
newDataInputs- the new value of the 'Data Inputs' containment reference.- See Also:
ProcessDescriptionType.getDataInputs()
-
getProcessOutputs
public ProcessOutputsType getProcessOutputs()
- Specified by:
getProcessOutputsin interfaceProcessDescriptionType- Returns:
- the value of the 'Process Outputs' containment reference.
- See Also:
ProcessDescriptionType.setProcessOutputs(ProcessOutputsType),Wps10Package.getProcessDescriptionType_ProcessOutputs()
-
basicSetProcessOutputs
public NotificationChain basicSetProcessOutputs(ProcessOutputsType newProcessOutputs, NotificationChain msgs)
-
setProcessOutputs
public void setProcessOutputs(ProcessOutputsType newProcessOutputs)
- Specified by:
setProcessOutputsin interfaceProcessDescriptionType- Parameters:
newProcessOutputs- the new value of the 'Process Outputs' containment reference.- See Also:
ProcessDescriptionType.getProcessOutputs()
-
isStatusSupported
public boolean isStatusSupported()
- Specified by:
isStatusSupportedin interfaceProcessDescriptionType- Returns:
- the value of the 'Status Supported' attribute.
- See Also:
ProcessDescriptionType.isSetStatusSupported(),ProcessDescriptionType.unsetStatusSupported(),ProcessDescriptionType.setStatusSupported(boolean),Wps10Package.getProcessDescriptionType_StatusSupported()
-
setStatusSupported
public void setStatusSupported(boolean newStatusSupported)
- Specified by:
setStatusSupportedin interfaceProcessDescriptionType- Parameters:
newStatusSupported- the new value of the 'Status Supported' attribute.- See Also:
ProcessDescriptionType.isSetStatusSupported(),ProcessDescriptionType.unsetStatusSupported(),ProcessDescriptionType.isStatusSupported()
-
unsetStatusSupported
public void unsetStatusSupported()
-
isSetStatusSupported
public boolean isSetStatusSupported()
- Specified by:
isSetStatusSupportedin interfaceProcessDescriptionType- Returns:
- whether the value of the 'Status Supported' attribute is set.
- See Also:
ProcessDescriptionType.unsetStatusSupported(),ProcessDescriptionType.isStatusSupported(),ProcessDescriptionType.setStatusSupported(boolean)
-
isStoreSupported
public boolean isStoreSupported()
- Specified by:
isStoreSupportedin interfaceProcessDescriptionType- Returns:
- the value of the 'Store Supported' attribute.
- See Also:
ProcessDescriptionType.isSetStoreSupported(),ProcessDescriptionType.unsetStoreSupported(),ProcessDescriptionType.setStoreSupported(boolean),Wps10Package.getProcessDescriptionType_StoreSupported()
-
setStoreSupported
public void setStoreSupported(boolean newStoreSupported)
- Specified by:
setStoreSupportedin interfaceProcessDescriptionType- Parameters:
newStoreSupported- the new value of the 'Store Supported' attribute.- See Also:
ProcessDescriptionType.isSetStoreSupported(),ProcessDescriptionType.unsetStoreSupported(),ProcessDescriptionType.isStoreSupported()
-
unsetStoreSupported
public void unsetStoreSupported()
-
isSetStoreSupported
public boolean isSetStoreSupported()
- Specified by:
isSetStoreSupportedin interfaceProcessDescriptionType- Returns:
- whether the value of the 'Store Supported' attribute is set.
- See Also:
ProcessDescriptionType.unsetStoreSupported(),ProcessDescriptionType.isStoreSupported(),ProcessDescriptionType.setStoreSupported(boolean)
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
eInverseRemovein classProcessBriefTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classProcessBriefTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classProcessBriefTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classProcessBriefTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classProcessBriefTypeImpl
-
toString
public String toString()
- Overrides:
toStringin classProcessBriefTypeImpl
-
-