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 BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields 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 ProcessBriefTypeImplPROCESS_VERSION_EDEFAULT, processVersion, profile, PROFILE_EDEFAULT, wSDL
 - 
Fields inherited from class DescriptionTypeImplabstract_, identifier, metadata, title
 - 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedProcessDescriptionTypeImpl()
 - 
Method SummaryAll 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 ProcessBriefTypeImplbasicSetWSDL, getProcessVersion, getProfile, getWSDL, setProcessVersion, setProfile, setWSDL
 - 
Methods inherited from class DescriptionTypeImplbasicSetAbstract, basicSetIdentifier, basicSetTitle, getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle
 - 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, 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 BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface DescriptionTypegetAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitle
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface ProcessBriefTypegetProcessVersion, getProfile, getWSDL, setProcessVersion, setProfile, setWSDL
 
- 
 
- 
- 
- 
Field Detail- 
dataInputsprotected DataInputsType dataInputs The cached value of the 'Data Inputs' containment reference.- See Also:
- getDataInputs()
 
 - 
processOutputsprotected ProcessOutputsType processOutputs The cached value of the 'Process Outputs' containment reference.- See Also:
- getProcessOutputs()
 
 - 
STATUS_SUPPORTED_EDEFAULTprotected static final boolean STATUS_SUPPORTED_EDEFAULT The default value of the 'Status Supported' attribute.- See Also:
- isStatusSupported(), Constant Field Values
 
 - 
statusSupportedprotected boolean statusSupported The cached value of the 'Status Supported' attribute.- See Also:
- isStatusSupported()
 
 - 
statusSupportedESetprotected boolean statusSupportedESet This is true if the Status Supported attribute has been set.
 - 
STORE_SUPPORTED_EDEFAULTprotected static final boolean STORE_SUPPORTED_EDEFAULT The default value of the 'Store Supported' attribute.- See Also:
- isStoreSupported(), Constant Field Values
 
 - 
storeSupportedprotected boolean storeSupported The cached value of the 'Store Supported' attribute.- See Also:
- isStoreSupported()
 
 - 
storeSupportedESetprotected boolean storeSupportedESet This is true if the Store Supported attribute has been set.
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- ProcessBriefTypeImpl
 
 - 
getDataInputspublic DataInputsType getDataInputs() - Specified by:
- getDataInputsin interface- ProcessDescriptionType
- Returns:
- the value of the 'Data Inputs' containment reference.
- See Also:
- ProcessDescriptionType.setDataInputs(DataInputsType),- Wps10Package.getProcessDescriptionType_DataInputs()
 
 - 
basicSetDataInputspublic NotificationChain basicSetDataInputs(DataInputsType newDataInputs, NotificationChain msgs) 
 - 
setDataInputspublic void setDataInputs(DataInputsType newDataInputs) - Specified by:
- setDataInputsin interface- ProcessDescriptionType
- Parameters:
- newDataInputs- the new value of the 'Data Inputs' containment reference.
- See Also:
- ProcessDescriptionType.getDataInputs()
 
 - 
getProcessOutputspublic ProcessOutputsType getProcessOutputs() - Specified by:
- getProcessOutputsin interface- ProcessDescriptionType
- Returns:
- the value of the 'Process Outputs' containment reference.
- See Also:
- ProcessDescriptionType.setProcessOutputs(ProcessOutputsType),- Wps10Package.getProcessDescriptionType_ProcessOutputs()
 
 - 
basicSetProcessOutputspublic NotificationChain basicSetProcessOutputs(ProcessOutputsType newProcessOutputs, NotificationChain msgs) 
 - 
setProcessOutputspublic void setProcessOutputs(ProcessOutputsType newProcessOutputs) - Specified by:
- setProcessOutputsin interface- ProcessDescriptionType
- Parameters:
- newProcessOutputs- the new value of the 'Process Outputs' containment reference.
- See Also:
- ProcessDescriptionType.getProcessOutputs()
 
 - 
isStatusSupportedpublic boolean isStatusSupported() - Specified by:
- isStatusSupportedin interface- ProcessDescriptionType
- Returns:
- the value of the 'Status Supported' attribute.
- See Also:
- ProcessDescriptionType.isSetStatusSupported(),- ProcessDescriptionType.unsetStatusSupported(),- ProcessDescriptionType.setStatusSupported(boolean),- Wps10Package.getProcessDescriptionType_StatusSupported()
 
 - 
setStatusSupportedpublic void setStatusSupported(boolean newStatusSupported) - Specified by:
- setStatusSupportedin interface- ProcessDescriptionType
- Parameters:
- newStatusSupported- the new value of the 'Status Supported' attribute.
- See Also:
- ProcessDescriptionType.isSetStatusSupported(),- ProcessDescriptionType.unsetStatusSupported(),- ProcessDescriptionType.isStatusSupported()
 
 - 
unsetStatusSupportedpublic void unsetStatusSupported() 
 - 
isSetStatusSupportedpublic boolean isSetStatusSupported() - Specified by:
- isSetStatusSupportedin interface- ProcessDescriptionType
- Returns:
- whether the value of the 'Status Supported' attribute is set.
- See Also:
- ProcessDescriptionType.unsetStatusSupported(),- ProcessDescriptionType.isStatusSupported(),- ProcessDescriptionType.setStatusSupported(boolean)
 
 - 
isStoreSupportedpublic boolean isStoreSupported() - Specified by:
- isStoreSupportedin interface- ProcessDescriptionType
- Returns:
- the value of the 'Store Supported' attribute.
- See Also:
- ProcessDescriptionType.isSetStoreSupported(),- ProcessDescriptionType.unsetStoreSupported(),- ProcessDescriptionType.setStoreSupported(boolean),- Wps10Package.getProcessDescriptionType_StoreSupported()
 
 - 
setStoreSupportedpublic void setStoreSupported(boolean newStoreSupported) - Specified by:
- setStoreSupportedin interface- ProcessDescriptionType
- Parameters:
- newStoreSupported- the new value of the 'Store Supported' attribute.
- See Also:
- ProcessDescriptionType.isSetStoreSupported(),- ProcessDescriptionType.unsetStoreSupported(),- ProcessDescriptionType.isStoreSupported()
 
 - 
unsetStoreSupportedpublic void unsetStoreSupported() 
 - 
isSetStoreSupportedpublic boolean isSetStoreSupported() - Specified by:
- isSetStoreSupportedin interface- ProcessDescriptionType
- Returns:
- whether the value of the 'Store Supported' attribute is set.
- See Also:
- ProcessDescriptionType.unsetStoreSupported(),- ProcessDescriptionType.isStoreSupported(),- ProcessDescriptionType.setStoreSupported(boolean)
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- ProcessBriefTypeImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- ProcessBriefTypeImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- ProcessBriefTypeImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- ProcessBriefTypeImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- ProcessBriefTypeImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ProcessBriefTypeImpl
 
 
- 
 
-