Package net.opengis.ows20.impl
Class RangeTypeImpl
- Object
 - 
- BasicNotifierImpl
 - 
- BasicEObjectImpl
 - 
- EObjectImpl
 - 
- RangeTypeImpl
 
 
 
 
 
- 
- 
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 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 EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedRangeTypeImpl() 
- 
Method Summary
All 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 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 
 - 
 
 - 
 
- 
- 
Field Detail
- 
minimumValue
protected ValueType minimumValue
The cached value of the 'Minimum Value' containment reference.- See Also:
 getMinimumValue()
 
- 
maximumValue
protected ValueType maximumValue
The cached value of the 'Maximum Value' containment reference.- See Also:
 getMaximumValue()
 
- 
spacing
protected ValueType spacing
The cached value of the 'Spacing' containment reference.- See Also:
 getSpacing()
 
- 
RANGE_CLOSURE_EDEFAULT
protected static final RangeClosureType RANGE_CLOSURE_EDEFAULT
The default value of the 'Range Closure' attribute.- See Also:
 getRangeClosure()
 
- 
rangeClosure
protected RangeClosureType rangeClosure
The cached value of the 'Range Closure' attribute.- See Also:
 getRangeClosure()
 
- 
rangeClosureESet
protected boolean rangeClosureESet
This is true if the Range Closure attribute has been set. 
 - 
 
- 
Method Detail
- 
eStaticClass
protected EClass eStaticClass()
- Overrides:
 eStaticClassin classEObjectImpl
 
- 
getMinimumValue
public ValueType getMinimumValue()
- Specified by:
 getMinimumValuein interfaceRangeType- Returns:
 - the value of the 'Minimum Value' containment reference.
 - See Also:
 RangeType.setMinimumValue(ValueType),Ows20Package.getRangeType_MinimumValue()
 
- 
basicSetMinimumValue
public NotificationChain basicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs)
 
- 
setMinimumValue
public void setMinimumValue(ValueType newMinimumValue)
- Specified by:
 setMinimumValuein interfaceRangeType- Parameters:
 newMinimumValue- the new value of the 'Minimum Value' containment reference.- See Also:
 RangeType.getMinimumValue()
 
- 
getMaximumValue
public ValueType getMaximumValue()
- Specified by:
 getMaximumValuein interfaceRangeType- Returns:
 - the value of the 'Maximum Value' containment reference.
 - See Also:
 RangeType.setMaximumValue(ValueType),Ows20Package.getRangeType_MaximumValue()
 
- 
basicSetMaximumValue
public NotificationChain basicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs)
 
- 
setMaximumValue
public void setMaximumValue(ValueType newMaximumValue)
- Specified by:
 setMaximumValuein interfaceRangeType- Parameters:
 newMaximumValue- the new value of the 'Maximum Value' containment reference.- See Also:
 RangeType.getMaximumValue()
 
- 
getSpacing
public ValueType getSpacing()
- Specified by:
 getSpacingin interfaceRangeType- Returns:
 - the value of the 'Spacing' containment reference.
 - See Also:
 RangeType.setSpacing(ValueType),Ows20Package.getRangeType_Spacing()
 
- 
basicSetSpacing
public NotificationChain basicSetSpacing(ValueType newSpacing, NotificationChain msgs)
 
- 
setSpacing
public void setSpacing(ValueType newSpacing)
- Specified by:
 setSpacingin interfaceRangeType- Parameters:
 newSpacing- the new value of the 'Spacing' containment reference.- See Also:
 RangeType.getSpacing()
 
- 
getRangeClosure
public RangeClosureType getRangeClosure()
- Specified by:
 getRangeClosurein interfaceRangeType- Returns:
 - the value of the 'Range Closure' attribute.
 - See Also:
 RangeClosureType,RangeType.isSetRangeClosure(),RangeType.unsetRangeClosure(),RangeType.setRangeClosure(RangeClosureType),Ows20Package.getRangeType_RangeClosure()
 
- 
setRangeClosure
public void setRangeClosure(RangeClosureType newRangeClosure)
- Specified by:
 setRangeClosurein interfaceRangeType- Parameters:
 newRangeClosure- the new value of the 'Range Closure' attribute.- See Also:
 RangeClosureType,RangeType.isSetRangeClosure(),RangeType.unsetRangeClosure(),RangeType.getRangeClosure()
 
- 
unsetRangeClosure
public void unsetRangeClosure()
- Specified by:
 unsetRangeClosurein interfaceRangeType- See Also:
 RangeType.isSetRangeClosure(),RangeType.getRangeClosure(),RangeType.setRangeClosure(RangeClosureType)
 
- 
isSetRangeClosure
public boolean isSetRangeClosure()
- Specified by:
 isSetRangeClosurein interfaceRangeType- Returns:
 - whether the value of the 'Range Closure' attribute is set.
 - See Also:
 RangeType.unsetRangeClosure(),RangeType.getRangeClosure(),RangeType.setRangeClosure(RangeClosureType)
 
- 
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
 eInverseRemovein classBasicEObjectImpl
 
- 
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
 eGetin interfaceInternalEObject- Overrides:
 eGetin classBasicEObjectImpl
 
- 
eSet
public void eSet(int featureID, Object newValue)- Specified by:
 eSetin interfaceInternalEObject- Overrides:
 eSetin classBasicEObjectImpl
 
- 
eUnset
public void eUnset(int featureID)
- Specified by:
 eUnsetin interfaceInternalEObject- Overrides:
 eUnsetin classBasicEObjectImpl
 
- 
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
 eIsSetin interfaceInternalEObject- Overrides:
 eIsSetin classBasicEObjectImpl
 
- 
toString
public String toString()
- Overrides:
 toStringin classBasicEObjectImpl
 
 - 
 
 -