Package net.opengis.gml311.impl
Class DMSAngleTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- MinimalEObjectImpl
- 
- MinimalEObjectImpl.Container
- 
- DMSAngleTypeImpl
 
 
 
 
 
- 
- All Implemented Interfaces:
- DMSAngleType,- Notifier,- EObject,- EStructuralFeature.Internal.DynamicValueHolder,- InternalEObject
 
 public class DMSAngleTypeImpl extends MinimalEObjectImpl.Container implements DMSAngleType An implementation of the model object 'DMS Angle Type'.The following features are implemented: 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class MinimalEObjectImpl.ContainerMinimalEObjectImpl.Container.Dynamic
 - 
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 static BigDecimalDECIMAL_MINUTES_EDEFAULTThe default value of the 'Decimal Minutes' attribute.protected BigDecimaldecimalMinutesThe cached value of the 'Decimal Minutes' attribute.protected DegreesTypedegreesThe cached value of the 'Degrees' containment reference.protected BigIntegerminutesThe cached value of the 'Minutes' attribute.protected static BigIntegerMINUTES_EDEFAULTThe default value of the 'Minutes' attribute.protected BigDecimalsecondsThe cached value of the 'Seconds' attribute.protected static BigDecimalSECONDS_EDEFAULTThe default value of the 'Seconds' attribute.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedDMSAngleTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetDegrees(DegreesType newDegrees, 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)BigDecimalgetDecimalMinutes()DegreesTypegetDegrees()BigIntegergetMinutes()BigDecimalgetSeconds()voidsetDecimalMinutes(BigDecimal newDecimalMinutes)voidsetDegrees(DegreesType newDegrees)voidsetMinutes(BigInteger newMinutes)voidsetSeconds(BigDecimal newSeconds)StringtoString()- 
Methods inherited from class MinimalEObjectImpldynamicGet, 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 BasicEObjectImpleAddVirtualValue, 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
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
degreesprotected DegreesType degrees The cached value of the 'Degrees' containment reference.- See Also:
- getDegrees()
 
 - 
DECIMAL_MINUTES_EDEFAULTprotected static final BigDecimal DECIMAL_MINUTES_EDEFAULT The default value of the 'Decimal Minutes' attribute.- See Also:
- getDecimalMinutes()
 
 - 
decimalMinutesprotected BigDecimal decimalMinutes The cached value of the 'Decimal Minutes' attribute.- See Also:
- getDecimalMinutes()
 
 - 
MINUTES_EDEFAULTprotected static final BigInteger MINUTES_EDEFAULT The default value of the 'Minutes' attribute.- See Also:
- getMinutes()
 
 - 
minutesprotected BigInteger minutes The cached value of the 'Minutes' attribute.- See Also:
- getMinutes()
 
 - 
SECONDS_EDEFAULTprotected static final BigDecimal SECONDS_EDEFAULT The default value of the 'Seconds' attribute.- See Also:
- getSeconds()
 
 - 
secondsprotected BigDecimal seconds The cached value of the 'Seconds' attribute.- See Also:
- getSeconds()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- BasicEObjectImpl
 
 - 
getDegreespublic DegreesType getDegrees() - Specified by:
- getDegreesin interface- DMSAngleType
- Returns:
- the value of the 'Degrees' containment reference.
- See Also:
- DMSAngleType.setDegrees(DegreesType),- Gml311Package.getDMSAngleType_Degrees()
 
 - 
basicSetDegreespublic NotificationChain basicSetDegrees(DegreesType newDegrees, NotificationChain msgs) 
 - 
setDegreespublic void setDegrees(DegreesType newDegrees) - Specified by:
- setDegreesin interface- DMSAngleType
- Parameters:
- newDegrees- the new value of the 'Degrees' containment reference.
- See Also:
- DMSAngleType.getDegrees()
 
 - 
getDecimalMinutespublic BigDecimal getDecimalMinutes() - Specified by:
- getDecimalMinutesin interface- DMSAngleType
- Returns:
- the value of the 'Decimal Minutes' attribute.
- See Also:
- DMSAngleType.setDecimalMinutes(BigDecimal),- Gml311Package.getDMSAngleType_DecimalMinutes()
 
 - 
setDecimalMinutespublic void setDecimalMinutes(BigDecimal newDecimalMinutes) - Specified by:
- setDecimalMinutesin interface- DMSAngleType
- Parameters:
- newDecimalMinutes- the new value of the 'Decimal Minutes' attribute.
- See Also:
- DMSAngleType.getDecimalMinutes()
 
 - 
getMinutespublic BigInteger getMinutes() - Specified by:
- getMinutesin interface- DMSAngleType
- Returns:
- the value of the 'Minutes' attribute.
- See Also:
- DMSAngleType.setMinutes(BigInteger),- Gml311Package.getDMSAngleType_Minutes()
 
 - 
setMinutespublic void setMinutes(BigInteger newMinutes) - Specified by:
- setMinutesin interface- DMSAngleType
- Parameters:
- newMinutes- the new value of the 'Minutes' attribute.
- See Also:
- DMSAngleType.getMinutes()
 
 - 
getSecondspublic BigDecimal getSeconds() - Specified by:
- getSecondsin interface- DMSAngleType
- Returns:
- the value of the 'Seconds' attribute.
- See Also:
- DMSAngleType.setSeconds(BigDecimal),- Gml311Package.getDMSAngleType_Seconds()
 
 - 
setSecondspublic void setSeconds(BigDecimal newSeconds) - Specified by:
- setSecondsin interface- DMSAngleType
- Parameters:
- newSeconds- the new value of the 'Seconds' attribute.
- See Also:
- DMSAngleType.getSeconds()
 
 - 
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
 
 
- 
 
-