Package net.opengis.ows20.impl
Class RangeTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- RangeTypeImpl
 
 
 
 
- 
- 
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 ValueTypemaximumValueThe cached value of the 'Maximum Value' containment reference.protected ValueTypeminimumValueThe cached value of the 'Minimum Value' containment reference.protected static RangeClosureTypeRANGE_CLOSURE_EDEFAULTThe default value of the 'Range Closure' attribute.protected RangeClosureTyperangeClosureThe cached value of the 'Range Closure' attribute.protected booleanrangeClosureESetThis is true if the Range Closure attribute has been set.protected ValueTypespacingThe cached value of the 'Spacing' containment reference.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedRangeTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs)NotificationChainbasicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs)NotificationChainbasicSetSpacing(ValueType newSpacing, 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)ValueTypegetMaximumValue()ValueTypegetMinimumValue()RangeClosureTypegetRangeClosure()ValueTypegetSpacing()booleanisSetRangeClosure()voidsetMaximumValue(ValueType newMaximumValue)voidsetMinimumValue(ValueType newMinimumValue)voidsetRangeClosure(RangeClosureType newRangeClosure)voidsetSpacing(ValueType newSpacing)StringtoString()voidunsetRangeClosure()- 
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
 
- 
 
- 
- 
- 
Field Detail- 
minimumValueprotected ValueType minimumValue The cached value of the 'Minimum Value' containment reference.- See Also:
- getMinimumValue()
 
 - 
maximumValueprotected ValueType maximumValue The cached value of the 'Maximum Value' containment reference.- See Also:
- getMaximumValue()
 
 - 
spacingprotected ValueType spacing The cached value of the 'Spacing' containment reference.- See Also:
- getSpacing()
 
 - 
RANGE_CLOSURE_EDEFAULTprotected static final RangeClosureType RANGE_CLOSURE_EDEFAULT The default value of the 'Range Closure' attribute.- See Also:
- getRangeClosure()
 
 - 
rangeClosureprotected RangeClosureType rangeClosure The cached value of the 'Range Closure' attribute.- See Also:
- getRangeClosure()
 
 - 
rangeClosureESetprotected boolean rangeClosureESet This is true if the Range Closure attribute has been set.
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getMinimumValuepublic ValueType getMinimumValue() - Specified by:
- getMinimumValuein interface- RangeType
- Returns:
- the value of the 'Minimum Value' containment reference.
- See Also:
- RangeType.setMinimumValue(ValueType),- Ows20Package.getRangeType_MinimumValue()
 
 - 
basicSetMinimumValuepublic NotificationChain basicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs) 
 - 
setMinimumValuepublic void setMinimumValue(ValueType newMinimumValue) - Specified by:
- setMinimumValuein interface- RangeType
- Parameters:
- newMinimumValue- the new value of the 'Minimum Value' containment reference.
- See Also:
- RangeType.getMinimumValue()
 
 - 
getMaximumValuepublic ValueType getMaximumValue() - Specified by:
- getMaximumValuein interface- RangeType
- Returns:
- the value of the 'Maximum Value' containment reference.
- See Also:
- RangeType.setMaximumValue(ValueType),- Ows20Package.getRangeType_MaximumValue()
 
 - 
basicSetMaximumValuepublic NotificationChain basicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs) 
 - 
setMaximumValuepublic void setMaximumValue(ValueType newMaximumValue) - Specified by:
- setMaximumValuein interface- RangeType
- Parameters:
- newMaximumValue- the new value of the 'Maximum Value' containment reference.
- See Also:
- RangeType.getMaximumValue()
 
 - 
getSpacingpublic ValueType getSpacing() - Specified by:
- getSpacingin interface- RangeType
- Returns:
- the value of the 'Spacing' containment reference.
- See Also:
- RangeType.setSpacing(ValueType),- Ows20Package.getRangeType_Spacing()
 
 - 
basicSetSpacingpublic NotificationChain basicSetSpacing(ValueType newSpacing, NotificationChain msgs) 
 - 
setSpacingpublic void setSpacing(ValueType newSpacing) - Specified by:
- setSpacingin interface- RangeType
- Parameters:
- newSpacing- the new value of the 'Spacing' containment reference.
- See Also:
- RangeType.getSpacing()
 
 - 
getRangeClosurepublic RangeClosureType getRangeClosure() - Specified by:
- getRangeClosurein interface- RangeType
- Returns:
- the value of the 'Range Closure' attribute.
- See Also:
- RangeClosureType,- RangeType.isSetRangeClosure(),- RangeType.unsetRangeClosure(),- RangeType.setRangeClosure(RangeClosureType),- Ows20Package.getRangeType_RangeClosure()
 
 - 
setRangeClosurepublic void setRangeClosure(RangeClosureType newRangeClosure) - Specified by:
- setRangeClosurein interface- RangeType
- Parameters:
- newRangeClosure- the new value of the 'Range Closure' attribute.
- See Also:
- RangeClosureType,- RangeType.isSetRangeClosure(),- RangeType.unsetRangeClosure(),- RangeType.getRangeClosure()
 
 - 
unsetRangeClosurepublic void unsetRangeClosure() - Specified by:
- unsetRangeClosurein interface- RangeType
- See Also:
- RangeType.isSetRangeClosure(),- RangeType.getRangeClosure(),- RangeType.setRangeClosure(RangeClosureType)
 
 - 
isSetRangeClosurepublic boolean isSetRangeClosure() - Specified by:
- isSetRangeClosurein interface- RangeType
- Returns:
- whether the value of the 'Range Closure' attribute is set.
- See Also:
- RangeType.unsetRangeClosure(),- RangeType.getRangeClosure(),- RangeType.setRangeClosure(RangeClosureType)
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- BasicEObjectImpl
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-