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 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 SupportedCRSsType
boundingBoxData
The cached value of the 'Bounding Box Data
' containment reference.protected SupportedComplexDataInputType
complexData
The cached value of the 'Complex Data
' containment reference.protected LiteralInputType
literalData
The cached value of the 'Literal Data
' containment reference.protected static BigInteger
MAX_OCCURS_EDEFAULT
The default value of the 'Max Occurs
' attribute.protected BigInteger
maxOccurs
The cached value of the 'Max Occurs
' attribute.protected static BigInteger
MIN_OCCURS_EDEFAULT
The default value of the 'Min Occurs
' attribute.protected BigInteger
minOccurs
The cached value of the 'Min Occurs
' attribute.-
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 protected
InputDescriptionTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetBoundingBoxData(SupportedCRSsType newBoundingBoxData, NotificationChain msgs)
NotificationChain
basicSetComplexData(SupportedComplexDataInputType newComplexData, NotificationChain msgs)
NotificationChain
basicSetLiteralData(LiteralInputType newLiteralData, NotificationChain msgs)
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)
SupportedCRSsType
getBoundingBoxData()
SupportedComplexDataInputType
getComplexData()
LiteralInputType
getLiteralData()
BigInteger
getMaxOccurs()
BigInteger
getMinOccurs()
void
setBoundingBoxData(SupportedCRSsType newBoundingBoxData)
void
setComplexData(SupportedComplexDataInputType newComplexData)
void
setLiteralData(LiteralInputType newLiteralData)
void
setMaxOccurs(BigInteger newMaxOccurs)
void
setMinOccurs(BigInteger newMinOccurs)
String
toString()
-
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
-
-
-
-
Field Detail
-
complexData
protected SupportedComplexDataInputType complexData
The cached value of the 'Complex Data
' containment reference.- See Also:
getComplexData()
-
literalData
protected LiteralInputType literalData
The cached value of the 'Literal Data
' containment reference.- See Also:
getLiteralData()
-
boundingBoxData
protected SupportedCRSsType boundingBoxData
The cached value of the 'Bounding Box Data
' containment reference.- See Also:
getBoundingBoxData()
-
MAX_OCCURS_EDEFAULT
protected static final BigInteger MAX_OCCURS_EDEFAULT
The default value of the 'Max Occurs
' attribute.- See Also:
getMaxOccurs()
-
maxOccurs
protected BigInteger maxOccurs
The cached value of the 'Max Occurs
' attribute.- See Also:
getMaxOccurs()
-
MIN_OCCURS_EDEFAULT
protected static final BigInteger MIN_OCCURS_EDEFAULT
The default value of the 'Min Occurs
' attribute.- See Also:
getMinOccurs()
-
minOccurs
protected BigInteger minOccurs
The cached value of the 'Min Occurs
' attribute.- See Also:
getMinOccurs()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classDescriptionTypeImpl
-
getComplexData
public SupportedComplexDataInputType getComplexData()
- Specified by:
getComplexData
in interfaceInputDescriptionType
- Returns:
- the value of the 'Complex Data' containment reference.
- See Also:
InputDescriptionType.setComplexData(SupportedComplexDataInputType)
,Wps10Package.getInputDescriptionType_ComplexData()
-
basicSetComplexData
public NotificationChain basicSetComplexData(SupportedComplexDataInputType newComplexData, NotificationChain msgs)
-
setComplexData
public void setComplexData(SupportedComplexDataInputType newComplexData)
- Specified by:
setComplexData
in interfaceInputDescriptionType
- Parameters:
newComplexData
- the new value of the 'Complex Data' containment reference.- See Also:
InputDescriptionType.getComplexData()
-
getLiteralData
public LiteralInputType getLiteralData()
- Specified by:
getLiteralData
in interfaceInputDescriptionType
- Returns:
- the value of the 'Literal Data' containment reference.
- See Also:
InputDescriptionType.setLiteralData(LiteralInputType)
,Wps10Package.getInputDescriptionType_LiteralData()
-
basicSetLiteralData
public NotificationChain basicSetLiteralData(LiteralInputType newLiteralData, NotificationChain msgs)
-
setLiteralData
public void setLiteralData(LiteralInputType newLiteralData)
- Specified by:
setLiteralData
in interfaceInputDescriptionType
- Parameters:
newLiteralData
- the new value of the 'Literal Data' containment reference.- See Also:
InputDescriptionType.getLiteralData()
-
getBoundingBoxData
public SupportedCRSsType getBoundingBoxData()
- Specified by:
getBoundingBoxData
in interfaceInputDescriptionType
- Returns:
- the value of the 'Bounding Box Data' containment reference.
- See Also:
InputDescriptionType.setBoundingBoxData(SupportedCRSsType)
,Wps10Package.getInputDescriptionType_BoundingBoxData()
-
basicSetBoundingBoxData
public NotificationChain basicSetBoundingBoxData(SupportedCRSsType newBoundingBoxData, NotificationChain msgs)
-
setBoundingBoxData
public void setBoundingBoxData(SupportedCRSsType newBoundingBoxData)
- Specified by:
setBoundingBoxData
in interfaceInputDescriptionType
- Parameters:
newBoundingBoxData
- the new value of the 'Bounding Box Data' containment reference.- See Also:
InputDescriptionType.getBoundingBoxData()
-
getMaxOccurs
public BigInteger getMaxOccurs()
- Specified by:
getMaxOccurs
in interfaceInputDescriptionType
- Returns:
- the value of the 'Max Occurs' attribute.
- See Also:
InputDescriptionType.setMaxOccurs(BigInteger)
,Wps10Package.getInputDescriptionType_MaxOccurs()
-
setMaxOccurs
public void setMaxOccurs(BigInteger newMaxOccurs)
- Specified by:
setMaxOccurs
in interfaceInputDescriptionType
- Parameters:
newMaxOccurs
- the new value of the 'Max Occurs' attribute.- See Also:
InputDescriptionType.getMaxOccurs()
-
getMinOccurs
public BigInteger getMinOccurs()
- Specified by:
getMinOccurs
in interfaceInputDescriptionType
- Returns:
- the value of the 'Min Occurs' attribute.
- See Also:
InputDescriptionType.setMinOccurs(BigInteger)
,Wps10Package.getInputDescriptionType_MinOccurs()
-
setMinOccurs
public void setMinOccurs(BigInteger newMinOccurs)
- Specified by:
setMinOccurs
in interfaceInputDescriptionType
- Parameters:
newMinOccurs
- the new value of the 'Min Occurs' attribute.- See Also:
InputDescriptionType.getMinOccurs()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classDescriptionTypeImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classDescriptionTypeImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classDescriptionTypeImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classDescriptionTypeImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classDescriptionTypeImpl
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
-
-