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.EPropertiesHolderImplNested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterListNested classes/interfaces inherited from interface InternalEObject
InternalEObject.EStore -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataInputsTypeThe cached value of the 'Data Inputs' containment reference.protected ProcessOutputsTypeThe cached value of the 'Process Outputs' containment reference.protected static final booleanThe default value of the 'Status Supported' attribute.protected booleanThe cached value of the 'Status Supported' attribute.protected booleanThis is true if the Status Supported attribute has been set.protected static final booleanThe default value of the 'Store Supported' attribute.protected booleanThe cached value of the 'Store Supported' attribute.protected booleanThis is true if the Store Supported attribute has been set.Fields inherited from class ProcessBriefTypeImpl
PROCESS_VERSION_EDEFAULT, processVersion, profile, PROFILE_EDEFAULT, wSDLFields inherited from class DescriptionTypeImpl
abstract_, identifier, metadata, titleFields inherited from class EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXYFields inherited from class BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETFields inherited from interface InternalEObject
EOPPOSITE_FEATURE_BASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNotificationChainbasicSetDataInputs(DataInputsType newDataInputs, NotificationChain msgs) NotificationChainbasicSetProcessOutputs(ProcessOutputsType newProcessOutputs, NotificationChain msgs) eGet(int featureID, boolean resolve, boolean coreType) NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) booleaneIsSet(int featureID) voidprotected EClassvoideUnset(int featureID) booleanbooleanbooleanbooleanvoidsetDataInputs(DataInputsType newDataInputs) voidsetProcessOutputs(ProcessOutputsType newProcessOutputs) voidsetStatusSupported(boolean newStatusSupported) voidsetStoreSupported(boolean newStoreSupported) toString()voidvoidMethods inherited from class ProcessBriefTypeImpl
basicSetWSDL, getProcessVersion, getProfile, getWSDL, setProcessVersion, setProfile, setWSDLMethods inherited from class DescriptionTypeImpl
basicSetAbstract, basicSetIdentifier, basicSetTitle, getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitleMethods inherited from class EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIMethods 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, eVirtualValuesMethods inherited from class BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DescriptionType
getAbstract, getIdentifier, getMetadata, getTitle, setAbstract, setIdentifier, setTitleMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface InternalEObject
eNotificationRequiredMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface ProcessBriefType
getProcessVersion, getProfile, getWSDL, setProcessVersion, setProfile, setWSDL
-
Field Details
-
dataInputs
The cached value of the 'Data Inputs' containment reference.- See Also:
-
processOutputs
The cached value of the 'Process Outputs' containment reference.- See Also:
-
STATUS_SUPPORTED_EDEFAULT
protected static final boolean STATUS_SUPPORTED_EDEFAULTThe default value of the 'Status Supported' attribute.- See Also:
-
statusSupported
protected boolean statusSupportedThe cached value of the 'Status Supported' attribute.- See Also:
-
statusSupportedESet
protected boolean statusSupportedESetThis is true if the Status Supported attribute has been set. -
STORE_SUPPORTED_EDEFAULT
protected static final boolean STORE_SUPPORTED_EDEFAULTThe default value of the 'Store Supported' attribute.- See Also:
-
storeSupported
protected boolean storeSupportedThe cached value of the 'Store Supported' attribute.- See Also:
-
storeSupportedESet
protected boolean storeSupportedESetThis is true if the Store Supported attribute has been set.
-
-
Constructor Details
-
ProcessDescriptionTypeImpl
protected ProcessDescriptionTypeImpl()
-
-
Method Details
-
eStaticClass
protected EClass eStaticClass()- Overrides:
eStaticClassin classProcessBriefTypeImpl
-
getDataInputs
- Specified by:
getDataInputsin interfaceProcessDescriptionType- Returns:
- the value of the 'Data Inputs' containment reference.
- See Also:
-
basicSetDataInputs
-
setDataInputs
- Specified by:
setDataInputsin interfaceProcessDescriptionType- Parameters:
newDataInputs- the new value of the 'Data Inputs' containment reference.- See Also:
-
getProcessOutputs
- Specified by:
getProcessOutputsin interfaceProcessDescriptionType- Returns:
- the value of the 'Process Outputs' containment reference.
- See Also:
-
basicSetProcessOutputs
public NotificationChain basicSetProcessOutputs(ProcessOutputsType newProcessOutputs, NotificationChain msgs) -
setProcessOutputs
- Specified by:
setProcessOutputsin interfaceProcessDescriptionType- Parameters:
newProcessOutputs- the new value of the 'Process Outputs' containment reference.- See Also:
-
isStatusSupported
public boolean isStatusSupported()- Specified by:
isStatusSupportedin interfaceProcessDescriptionType- Returns:
- the value of the 'Status Supported' attribute.
- See Also:
-
setStatusSupported
public void setStatusSupported(boolean newStatusSupported) - Specified by:
setStatusSupportedin interfaceProcessDescriptionType- Parameters:
newStatusSupported- the new value of the 'Status Supported' attribute.- See Also:
-
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:
-
isStoreSupported
public boolean isStoreSupported()- Specified by:
isStoreSupportedin interfaceProcessDescriptionType- Returns:
- the value of the 'Store Supported' attribute.
- See Also:
-
setStoreSupported
public void setStoreSupported(boolean newStoreSupported) - Specified by:
setStoreSupportedin interfaceProcessDescriptionType- Parameters:
newStoreSupported- the new value of the 'Store Supported' attribute.- See Also:
-
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:
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) - Overrides:
eInverseRemovein classProcessBriefTypeImpl
-
eGet
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classProcessBriefTypeImpl
-
eSet
- 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
- Overrides:
toStringin classProcessBriefTypeImpl
-