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 ValueType
maximumValue
The cached value of the 'Maximum Value
' containment reference.protected ValueType
minimumValue
The cached value of the 'Minimum Value
' containment reference.protected static RangeClosureType
RANGE_CLOSURE_EDEFAULT
The default value of the 'Range Closure
' attribute.protected RangeClosureType
rangeClosure
The cached value of the 'Range Closure
' attribute.protected boolean
rangeClosureESet
This is true if the Range Closure attribute has been set.protected ValueType
spacing
The 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 protected
RangeTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetMaximumValue(ValueType newMaximumValue, NotificationChain msgs)
NotificationChain
basicSetMinimumValue(ValueType newMinimumValue, NotificationChain msgs)
NotificationChain
basicSetSpacing(ValueType newSpacing, 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)
ValueType
getMaximumValue()
ValueType
getMinimumValue()
RangeClosureType
getRangeClosure()
ValueType
getSpacing()
boolean
isSetRangeClosure()
void
setMaximumValue(ValueType newMaximumValue)
void
setMinimumValue(ValueType newMinimumValue)
void
setRangeClosure(RangeClosureType newRangeClosure)
void
setSpacing(ValueType newSpacing)
String
toString()
void
unsetRangeClosure()
-
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:
eStaticClass
in classEObjectImpl
-
getMinimumValue
public ValueType getMinimumValue()
- Specified by:
getMinimumValue
in 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:
setMinimumValue
in interfaceRangeType
- Parameters:
newMinimumValue
- the new value of the 'Minimum Value' containment reference.- See Also:
RangeType.getMinimumValue()
-
getMaximumValue
public ValueType getMaximumValue()
- Specified by:
getMaximumValue
in 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:
setMaximumValue
in interfaceRangeType
- Parameters:
newMaximumValue
- the new value of the 'Maximum Value' containment reference.- See Also:
RangeType.getMaximumValue()
-
getSpacing
public ValueType getSpacing()
- Specified by:
getSpacing
in 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:
setSpacing
in interfaceRangeType
- Parameters:
newSpacing
- the new value of the 'Spacing' containment reference.- See Also:
RangeType.getSpacing()
-
getRangeClosure
public RangeClosureType getRangeClosure()
- Specified by:
getRangeClosure
in 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:
setRangeClosure
in 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:
unsetRangeClosure
in interfaceRangeType
- See Also:
RangeType.isSetRangeClosure()
,RangeType.getRangeClosure()
,RangeType.setRangeClosure(RangeClosureType)
-
isSetRangeClosure
public boolean isSetRangeClosure()
- Specified by:
isSetRangeClosure
in 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:
eInverseRemove
in classBasicEObjectImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
-
toString
public String toString()
- Overrides:
toString
in classBasicEObjectImpl
-
-