Package net.opengis.wps20.impl
Class LiteralDataDomainTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- LiteralDataDomainTypeImpl
-
- All Implemented Interfaces:
LiteralDataDomainType
,Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
- Direct Known Subclasses:
LiteralDataDomainType1Impl
public class LiteralDataDomainTypeImpl extends MinimalEObjectImpl.Container implements LiteralDataDomainType
An implementation of the model object 'Literal Data Domain Type'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
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 AllowedValuesType
allowedValues
The cached value of the 'Allowed Values
' containment reference.protected AnyValueType
anyValue
The cached value of the 'Any Value
' containment reference.protected DomainMetadataType
dataType
The cached value of the 'Data Type
' containment reference.protected ValueType
defaultValue
The cached value of the 'Default Value
' containment reference.protected DomainMetadataType
uOM
The cached value of the 'UOM
' containment reference.protected ValuesReferenceType
valuesReference
The cached value of the 'Values Reference
' containment reference.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LiteralDataDomainTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)
NotificationChain
basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)
NotificationChain
basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)
NotificationChain
basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs)
NotificationChain
basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)
NotificationChain
basicSetValuesReference(ValuesReferenceType newValuesReference, 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)
AllowedValuesType
getAllowedValues()
AnyValueType
getAnyValue()
DomainMetadataType
getDataType()
ValueType
getDefaultValue()
DomainMetadataType
getUOM()
ValuesReferenceType
getValuesReference()
void
setAllowedValues(AllowedValuesType newAllowedValues)
void
setAnyValue(AnyValueType newAnyValue)
void
setDataType(DomainMetadataType newDataType)
void
setDefaultValue(ValueType newDefaultValue)
void
setUOM(DomainMetadataType newUOM)
void
setValuesReference(ValuesReferenceType newValuesReference)
-
Methods inherited from class MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
allowedValues
protected AllowedValuesType allowedValues
The cached value of the 'Allowed Values
' containment reference.- See Also:
getAllowedValues()
-
anyValue
protected AnyValueType anyValue
The cached value of the 'Any Value
' containment reference.- See Also:
getAnyValue()
-
valuesReference
protected ValuesReferenceType valuesReference
The cached value of the 'Values Reference
' containment reference.- See Also:
getValuesReference()
-
dataType
protected DomainMetadataType dataType
The cached value of the 'Data Type
' containment reference.- See Also:
getDataType()
-
uOM
protected DomainMetadataType uOM
The cached value of the 'UOM
' containment reference.- See Also:
getUOM()
-
defaultValue
protected ValueType defaultValue
The cached value of the 'Default Value
' containment reference.- See Also:
getDefaultValue()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classBasicEObjectImpl
-
getAllowedValues
public AllowedValuesType getAllowedValues()
- Specified by:
getAllowedValues
in interfaceLiteralDataDomainType
- Returns:
- the value of the 'Allowed Values' containment reference.
- See Also:
LiteralDataDomainType.setAllowedValues(AllowedValuesType)
,Wps20Package.getLiteralDataDomainType_AllowedValues()
-
basicSetAllowedValues
public NotificationChain basicSetAllowedValues(AllowedValuesType newAllowedValues, NotificationChain msgs)
-
setAllowedValues
public void setAllowedValues(AllowedValuesType newAllowedValues)
- Specified by:
setAllowedValues
in interfaceLiteralDataDomainType
- Parameters:
newAllowedValues
- the new value of the 'Allowed Values' containment reference.- See Also:
LiteralDataDomainType.getAllowedValues()
-
getAnyValue
public AnyValueType getAnyValue()
- Specified by:
getAnyValue
in interfaceLiteralDataDomainType
- Returns:
- the value of the 'Any Value' containment reference.
- See Also:
LiteralDataDomainType.setAnyValue(AnyValueType)
,Wps20Package.getLiteralDataDomainType_AnyValue()
-
basicSetAnyValue
public NotificationChain basicSetAnyValue(AnyValueType newAnyValue, NotificationChain msgs)
-
setAnyValue
public void setAnyValue(AnyValueType newAnyValue)
- Specified by:
setAnyValue
in interfaceLiteralDataDomainType
- Parameters:
newAnyValue
- the new value of the 'Any Value' containment reference.- See Also:
LiteralDataDomainType.getAnyValue()
-
getValuesReference
public ValuesReferenceType getValuesReference()
- Specified by:
getValuesReference
in interfaceLiteralDataDomainType
- Returns:
- the value of the 'Values Reference' containment reference.
- See Also:
LiteralDataDomainType.setValuesReference(ValuesReferenceType)
,Wps20Package.getLiteralDataDomainType_ValuesReference()
-
basicSetValuesReference
public NotificationChain basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs)
-
setValuesReference
public void setValuesReference(ValuesReferenceType newValuesReference)
- Specified by:
setValuesReference
in interfaceLiteralDataDomainType
- Parameters:
newValuesReference
- the new value of the 'Values Reference' containment reference.- See Also:
LiteralDataDomainType.getValuesReference()
-
getDataType
public DomainMetadataType getDataType()
- Specified by:
getDataType
in interfaceLiteralDataDomainType
- Returns:
- the value of the 'Data Type' containment reference.
- See Also:
LiteralDataDomainType.setDataType(DomainMetadataType)
,Wps20Package.getLiteralDataDomainType_DataType()
-
basicSetDataType
public NotificationChain basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)
-
setDataType
public void setDataType(DomainMetadataType newDataType)
- Specified by:
setDataType
in interfaceLiteralDataDomainType
- Parameters:
newDataType
- the new value of the 'Data Type' containment reference.- See Also:
LiteralDataDomainType.getDataType()
-
getUOM
public DomainMetadataType getUOM()
- Specified by:
getUOM
in interfaceLiteralDataDomainType
- Returns:
- the value of the 'UOM' containment reference.
- See Also:
LiteralDataDomainType.setUOM(DomainMetadataType)
,Wps20Package.getLiteralDataDomainType_UOM()
-
basicSetUOM
public NotificationChain basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)
-
setUOM
public void setUOM(DomainMetadataType newUOM)
- Specified by:
setUOM
in interfaceLiteralDataDomainType
- Parameters:
newUOM
- the new value of the 'UOM' containment reference.- See Also:
LiteralDataDomainType.getUOM()
-
getDefaultValue
public ValueType getDefaultValue()
- Specified by:
getDefaultValue
in interfaceLiteralDataDomainType
- Returns:
- the value of the 'Default Value' containment reference.
- See Also:
LiteralDataDomainType.setDefaultValue(ValueType)
,Wps20Package.getLiteralDataDomainType_DefaultValue()
-
basicSetDefaultValue
public NotificationChain basicSetDefaultValue(ValueType newDefaultValue, NotificationChain msgs)
-
setDefaultValue
public void setDefaultValue(ValueType newDefaultValue)
- Specified by:
setDefaultValue
in interfaceLiteralDataDomainType
- Parameters:
newDefaultValue
- the new value of the 'Default Value' containment reference.- See Also:
LiteralDataDomainType.getDefaultValue()
-
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
-
-