Package net.opengis.wps10.impl
Class InputDescriptionTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- DescriptionTypeImpl
- 
- InputDescriptionTypeImpl
 
 
 
 
 
- 
- All Implemented Interfaces:
- DescriptionType,- InputDescriptionType,- Notifier,- EObject,- InternalEObject
 
 public class InputDescriptionTypeImpl extends DescriptionTypeImpl implements InputDescriptionType An implementation of the model object 'Input 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 SupportedCRSsTypeboundingBoxDataThe cached value of the 'Bounding Box Data' containment reference.protected SupportedComplexDataInputTypecomplexDataThe cached value of the 'Complex Data' containment reference.protected LiteralInputTypeliteralDataThe cached value of the 'Literal Data' containment reference.protected static BigIntegerMAX_OCCURS_EDEFAULTThe default value of the 'Max Occurs' attribute.protected BigIntegermaxOccursThe cached value of the 'Max Occurs' attribute.protected static BigIntegerMIN_OCCURS_EDEFAULTThe default value of the 'Min Occurs' attribute.protected BigIntegerminOccursThe cached value of the 'Min Occurs' attribute.- 
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 protectedInputDescriptionTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetBoundingBoxData(SupportedCRSsType newBoundingBoxData, NotificationChain msgs)NotificationChainbasicSetComplexData(SupportedComplexDataInputType newComplexData, NotificationChain msgs)NotificationChainbasicSetLiteralData(LiteralInputType newLiteralData, 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)SupportedCRSsTypegetBoundingBoxData()SupportedComplexDataInputTypegetComplexData()LiteralInputTypegetLiteralData()BigIntegergetMaxOccurs()BigIntegergetMinOccurs()voidsetBoundingBoxData(SupportedCRSsType newBoundingBoxData)voidsetComplexData(SupportedComplexDataInputType newComplexData)voidsetLiteralData(LiteralInputType newLiteralData)voidsetMaxOccurs(BigInteger newMaxOccurs)voidsetMinOccurs(BigInteger newMinOccurs)StringtoString()- 
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
 
- 
 
- 
- 
- 
Field Detail- 
complexDataprotected SupportedComplexDataInputType complexData The cached value of the 'Complex Data' containment reference.- See Also:
- getComplexData()
 
 - 
literalDataprotected LiteralInputType literalData The cached value of the 'Literal Data' containment reference.- See Also:
- getLiteralData()
 
 - 
boundingBoxDataprotected SupportedCRSsType boundingBoxData The cached value of the 'Bounding Box Data' containment reference.- See Also:
- getBoundingBoxData()
 
 - 
MAX_OCCURS_EDEFAULTprotected static final BigInteger MAX_OCCURS_EDEFAULT The default value of the 'Max Occurs' attribute.- See Also:
- getMaxOccurs()
 
 - 
maxOccursprotected BigInteger maxOccurs The cached value of the 'Max Occurs' attribute.- See Also:
- getMaxOccurs()
 
 - 
MIN_OCCURS_EDEFAULTprotected static final BigInteger MIN_OCCURS_EDEFAULT The default value of the 'Min Occurs' attribute.- See Also:
- getMinOccurs()
 
 - 
minOccursprotected BigInteger minOccurs The cached value of the 'Min Occurs' attribute.- See Also:
- getMinOccurs()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- DescriptionTypeImpl
 
 - 
getComplexDatapublic SupportedComplexDataInputType getComplexData() - Specified by:
- getComplexDatain interface- InputDescriptionType
- Returns:
- the value of the 'Complex Data' containment reference.
- See Also:
- InputDescriptionType.setComplexData(SupportedComplexDataInputType),- Wps10Package.getInputDescriptionType_ComplexData()
 
 - 
basicSetComplexDatapublic NotificationChain basicSetComplexData(SupportedComplexDataInputType newComplexData, NotificationChain msgs) 
 - 
setComplexDatapublic void setComplexData(SupportedComplexDataInputType newComplexData) - Specified by:
- setComplexDatain interface- InputDescriptionType
- Parameters:
- newComplexData- the new value of the 'Complex Data' containment reference.
- See Also:
- InputDescriptionType.getComplexData()
 
 - 
getLiteralDatapublic LiteralInputType getLiteralData() - Specified by:
- getLiteralDatain interface- InputDescriptionType
- Returns:
- the value of the 'Literal Data' containment reference.
- See Also:
- InputDescriptionType.setLiteralData(LiteralInputType),- Wps10Package.getInputDescriptionType_LiteralData()
 
 - 
basicSetLiteralDatapublic NotificationChain basicSetLiteralData(LiteralInputType newLiteralData, NotificationChain msgs) 
 - 
setLiteralDatapublic void setLiteralData(LiteralInputType newLiteralData) - Specified by:
- setLiteralDatain interface- InputDescriptionType
- Parameters:
- newLiteralData- the new value of the 'Literal Data' containment reference.
- See Also:
- InputDescriptionType.getLiteralData()
 
 - 
getBoundingBoxDatapublic SupportedCRSsType getBoundingBoxData() - Specified by:
- getBoundingBoxDatain interface- InputDescriptionType
- Returns:
- the value of the 'Bounding Box Data' containment reference.
- See Also:
- InputDescriptionType.setBoundingBoxData(SupportedCRSsType),- Wps10Package.getInputDescriptionType_BoundingBoxData()
 
 - 
basicSetBoundingBoxDatapublic NotificationChain basicSetBoundingBoxData(SupportedCRSsType newBoundingBoxData, NotificationChain msgs) 
 - 
setBoundingBoxDatapublic void setBoundingBoxData(SupportedCRSsType newBoundingBoxData) - Specified by:
- setBoundingBoxDatain interface- InputDescriptionType
- Parameters:
- newBoundingBoxData- the new value of the 'Bounding Box Data' containment reference.
- See Also:
- InputDescriptionType.getBoundingBoxData()
 
 - 
getMaxOccurspublic BigInteger getMaxOccurs() - Specified by:
- getMaxOccursin interface- InputDescriptionType
- Returns:
- the value of the 'Max Occurs' attribute.
- See Also:
- InputDescriptionType.setMaxOccurs(BigInteger),- Wps10Package.getInputDescriptionType_MaxOccurs()
 
 - 
setMaxOccurspublic void setMaxOccurs(BigInteger newMaxOccurs) - Specified by:
- setMaxOccursin interface- InputDescriptionType
- Parameters:
- newMaxOccurs- the new value of the 'Max Occurs' attribute.
- See Also:
- InputDescriptionType.getMaxOccurs()
 
 - 
getMinOccurspublic BigInteger getMinOccurs() - Specified by:
- getMinOccursin interface- InputDescriptionType
- Returns:
- the value of the 'Min Occurs' attribute.
- See Also:
- InputDescriptionType.setMinOccurs(BigInteger),- Wps10Package.getInputDescriptionType_MinOccurs()
 
 - 
setMinOccurspublic void setMinOccurs(BigInteger newMinOccurs) - Specified by:
- setMinOccursin interface- InputDescriptionType
- Parameters:
- newMinOccurs- the new value of the 'Min Occurs' attribute.
- See Also:
- InputDescriptionType.getMinOccurs()
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- DescriptionTypeImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- DescriptionTypeImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- DescriptionTypeImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- DescriptionTypeImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- DescriptionTypeImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-