Package net.opengis.gml311.impl
Class CoordinatesTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- CoordinatesTypeImpl
-
- All Implemented Interfaces:
CoordinatesType,Notifier,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject
public class CoordinatesTypeImpl extends MinimalEObjectImpl.Container implements CoordinatesType
-
-
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 StringcsThe cached value of the 'Cs' attribute.protected static StringCS_EDEFAULTThe default value of the 'Cs' attribute.protected booleancsESetThis is true if the Cs attribute has been set.protected StringdecimalThe cached value of the 'Decimal' attribute.protected static StringDECIMAL_EDEFAULTThe default value of the 'Decimal' attribute.protected booleandecimalESetThis is true if the Decimal attribute has been set.protected StringtsThe cached value of the 'Ts' attribute.protected static StringTS_EDEFAULTThe default value of the 'Ts' attribute.protected booleantsESetThis is true if the Ts attribute has been set.protected StringvalueThe cached value of the 'Value' attribute.protected static StringVALUE_EDEFAULTThe default value of the 'Value' attribute.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCoordinatesTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)StringgetCs()StringgetDecimal()StringgetTs()StringgetValue()booleanisSetCs()booleanisSetDecimal()booleanisSetTs()voidsetCs(String newCs)voidsetDecimal(String newDecimal)voidsetTs(String newTs)voidsetValue(String newValue)StringtoString()voidunsetCs()voidunsetDecimal()voidunsetTs()-
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, 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
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
VALUE_EDEFAULT
protected static final String VALUE_EDEFAULT
The default value of the 'Value' attribute.- See Also:
getValue()
-
value
protected String value
The cached value of the 'Value' attribute.- See Also:
getValue()
-
CS_EDEFAULT
protected static final String CS_EDEFAULT
The default value of the 'Cs' attribute.- See Also:
getCs(), Constant Field Values
-
csESet
protected boolean csESet
This is true if the Cs attribute has been set.
-
DECIMAL_EDEFAULT
protected static final String DECIMAL_EDEFAULT
The default value of the 'Decimal' attribute.- See Also:
getDecimal(), Constant Field Values
-
decimal
protected String decimal
The cached value of the 'Decimal' attribute.- See Also:
getDecimal()
-
decimalESet
protected boolean decimalESet
This is true if the Decimal attribute has been set.
-
TS_EDEFAULT
protected static final String TS_EDEFAULT
The default value of the 'Ts' attribute.- See Also:
getTs(), Constant Field Values
-
tsESet
protected boolean tsESet
This is true if the Ts attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classBasicEObjectImpl
-
getValue
public String getValue()
- Specified by:
getValuein interfaceCoordinatesType- Returns:
- the value of the 'Value' attribute.
- See Also:
CoordinatesType.setValue(String),Gml311Package.getCoordinatesType_Value()
-
setValue
public void setValue(String newValue)
- Specified by:
setValuein interfaceCoordinatesType- Parameters:
newValue- the new value of the 'Value' attribute.- See Also:
CoordinatesType.getValue()
-
getCs
public String getCs()
- Specified by:
getCsin interfaceCoordinatesType- Returns:
- the value of the 'Cs' attribute.
- See Also:
CoordinatesType.isSetCs(),CoordinatesType.unsetCs(),CoordinatesType.setCs(String),Gml311Package.getCoordinatesType_Cs()
-
setCs
public void setCs(String newCs)
- Specified by:
setCsin interfaceCoordinatesType- Parameters:
newCs- the new value of the 'Cs' attribute.- See Also:
CoordinatesType.isSetCs(),CoordinatesType.unsetCs(),CoordinatesType.getCs()
-
unsetCs
public void unsetCs()
- Specified by:
unsetCsin interfaceCoordinatesType- See Also:
CoordinatesType.isSetCs(),CoordinatesType.getCs(),CoordinatesType.setCs(String)
-
isSetCs
public boolean isSetCs()
- Specified by:
isSetCsin interfaceCoordinatesType- Returns:
- whether the value of the 'Cs' attribute is set.
- See Also:
CoordinatesType.unsetCs(),CoordinatesType.getCs(),CoordinatesType.setCs(String)
-
getDecimal
public String getDecimal()
- Specified by:
getDecimalin interfaceCoordinatesType- Returns:
- the value of the 'Decimal' attribute.
- See Also:
CoordinatesType.isSetDecimal(),CoordinatesType.unsetDecimal(),CoordinatesType.setDecimal(String),Gml311Package.getCoordinatesType_Decimal()
-
setDecimal
public void setDecimal(String newDecimal)
- Specified by:
setDecimalin interfaceCoordinatesType- Parameters:
newDecimal- the new value of the 'Decimal' attribute.- See Also:
CoordinatesType.isSetDecimal(),CoordinatesType.unsetDecimal(),CoordinatesType.getDecimal()
-
unsetDecimal
public void unsetDecimal()
- Specified by:
unsetDecimalin interfaceCoordinatesType- See Also:
CoordinatesType.isSetDecimal(),CoordinatesType.getDecimal(),CoordinatesType.setDecimal(String)
-
isSetDecimal
public boolean isSetDecimal()
- Specified by:
isSetDecimalin interfaceCoordinatesType- Returns:
- whether the value of the 'Decimal' attribute is set.
- See Also:
CoordinatesType.unsetDecimal(),CoordinatesType.getDecimal(),CoordinatesType.setDecimal(String)
-
getTs
public String getTs()
- Specified by:
getTsin interfaceCoordinatesType- Returns:
- the value of the 'Ts' attribute.
- See Also:
CoordinatesType.isSetTs(),CoordinatesType.unsetTs(),CoordinatesType.setTs(String),Gml311Package.getCoordinatesType_Ts()
-
setTs
public void setTs(String newTs)
- Specified by:
setTsin interfaceCoordinatesType- Parameters:
newTs- the new value of the 'Ts' attribute.- See Also:
CoordinatesType.isSetTs(),CoordinatesType.unsetTs(),CoordinatesType.getTs()
-
unsetTs
public void unsetTs()
- Specified by:
unsetTsin interfaceCoordinatesType- See Also:
CoordinatesType.isSetTs(),CoordinatesType.getTs(),CoordinatesType.setTs(String)
-
isSetTs
public boolean isSetTs()
- Specified by:
isSetTsin interfaceCoordinatesType- Returns:
- whether the value of the 'Ts' attribute is set.
- See Also:
CoordinatesType.unsetTs(),CoordinatesType.getTs(),CoordinatesType.setTs(String)
-
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
-
-