Package net.opengis.gml.impl
Class TimePositionTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- TimePositionTypeImpl
 
 
 
 
- 
- All Implemented Interfaces:
- TimePositionType,- Notifier,- EObject,- InternalEObject
 
 public class TimePositionTypeImpl extends EObjectImpl implements TimePositionType An implementation of the model object 'Time Position Type'.The following features are implemented: 
- 
- 
Nested Class Summary- 
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 StringCALENDAR_ERA_NAME_EDEFAULTThe default value of the 'Calendar Era Name' attribute.protected StringcalendarEraNameThe cached value of the 'Calendar Era Name' attribute.protected StringframeThe cached value of the 'Frame' attribute.protected static StringFRAME_EDEFAULTThe default value of the 'Frame' attribute.protected booleanframeESetThis is true if the Frame attribute has been set.protected static TimeIndeterminateValueTypeINDETERMINATE_POSITION_EDEFAULTThe default value of the 'Indeterminate Position' attribute.protected TimeIndeterminateValueTypeindeterminatePositionThe cached value of the 'Indeterminate Position' attribute.protected booleanindeterminatePositionESetThis is true if the Indeterminate Position attribute has been set.protected ObjectvalueThe cached value of the 'Value' attribute.protected static ObjectVALUE_EDEFAULTThe default value of the 'Value' attribute.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedTimePositionTypeImpl()
 - 
Method SummaryAll 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)StringgetCalendarEraName()StringgetFrame()TimeIndeterminateValueTypegetIndeterminatePosition()ObjectgetValue()booleanisSetFrame()booleanisSetIndeterminatePosition()voidsetCalendarEraName(String newCalendarEraName)voidsetFrame(String newFrame)voidsetIndeterminatePosition(TimeIndeterminateValueType newIndeterminatePosition)voidsetValue(Object newValue)StringtoString()voidunsetFrame()voidunsetIndeterminatePosition()- 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, 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, 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 BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
VALUE_EDEFAULTprotected static final Object VALUE_EDEFAULT The default value of the 'Value' attribute.- See Also:
- getValue()
 
 - 
valueprotected Object value The cached value of the 'Value' attribute.- See Also:
- getValue()
 
 - 
CALENDAR_ERA_NAME_EDEFAULTprotected static final String CALENDAR_ERA_NAME_EDEFAULT The default value of the 'Calendar Era Name' attribute.- See Also:
- getCalendarEraName()
 
 - 
calendarEraNameprotected String calendarEraName The cached value of the 'Calendar Era Name' attribute.- See Also:
- getCalendarEraName()
 
 - 
FRAME_EDEFAULTprotected static final String FRAME_EDEFAULT The default value of the 'Frame' attribute.- See Also:
- getFrame(), Constant Field Values
 
 - 
frameprotected String frame The cached value of the 'Frame' attribute.- See Also:
- getFrame()
 
 - 
frameESetprotected boolean frameESet This is true if the Frame attribute has been set.
 - 
INDETERMINATE_POSITION_EDEFAULTprotected static final TimeIndeterminateValueType INDETERMINATE_POSITION_EDEFAULT The default value of the 'Indeterminate Position' attribute.- See Also:
- getIndeterminatePosition()
 
 - 
indeterminatePositionprotected TimeIndeterminateValueType indeterminatePosition The cached value of the 'Indeterminate Position' attribute.- See Also:
- getIndeterminatePosition()
 
 - 
indeterminatePositionESetprotected boolean indeterminatePositionESet This is true if the Indeterminate Position attribute has been set.
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getValuepublic Object getValue() - Specified by:
- getValuein interface- TimePositionType
- Returns:
- the value of the 'Value' attribute.
- See Also:
- TimePositionType.setValue(Object),- GmlPackage.getTimePositionType_Value()
 
 - 
setValuepublic void setValue(Object newValue) - Specified by:
- setValuein interface- TimePositionType
- Parameters:
- newValue- the new value of the 'Value' attribute.
- See Also:
- TimePositionType.getValue()
 
 - 
getCalendarEraNamepublic String getCalendarEraName() - Specified by:
- getCalendarEraNamein interface- TimePositionType
- Returns:
- the value of the 'Calendar Era Name' attribute.
- See Also:
- TimePositionType.setCalendarEraName(String),- GmlPackage.getTimePositionType_CalendarEraName()
 
 - 
setCalendarEraNamepublic void setCalendarEraName(String newCalendarEraName) - Specified by:
- setCalendarEraNamein interface- TimePositionType
- Parameters:
- newCalendarEraName- the new value of the 'Calendar Era Name' attribute.
- See Also:
- TimePositionType.getCalendarEraName()
 
 - 
getFramepublic String getFrame() - Specified by:
- getFramein interface- TimePositionType
- Returns:
- the value of the 'Frame' attribute.
- See Also:
- TimePositionType.isSetFrame(),- TimePositionType.unsetFrame(),- TimePositionType.setFrame(String),- GmlPackage.getTimePositionType_Frame()
 
 - 
setFramepublic void setFrame(String newFrame) - Specified by:
- setFramein interface- TimePositionType
- Parameters:
- newFrame- the new value of the 'Frame' attribute.
- See Also:
- TimePositionType.isSetFrame(),- TimePositionType.unsetFrame(),- TimePositionType.getFrame()
 
 - 
unsetFramepublic void unsetFrame() - Specified by:
- unsetFramein interface- TimePositionType
- See Also:
- TimePositionType.isSetFrame(),- TimePositionType.getFrame(),- TimePositionType.setFrame(String)
 
 - 
isSetFramepublic boolean isSetFrame() - Specified by:
- isSetFramein interface- TimePositionType
- Returns:
- whether the value of the 'Frame' attribute is set.
- See Also:
- TimePositionType.unsetFrame(),- TimePositionType.getFrame(),- TimePositionType.setFrame(String)
 
 - 
getIndeterminatePositionpublic TimeIndeterminateValueType getIndeterminatePosition() - Specified by:
- getIndeterminatePositionin interface- TimePositionType
- Returns:
- the value of the 'Indeterminate Position' attribute.
- See Also:
- TimeIndeterminateValueType,- TimePositionType.isSetIndeterminatePosition(),- TimePositionType.unsetIndeterminatePosition(),- TimePositionType.setIndeterminatePosition(TimeIndeterminateValueType),- GmlPackage.getTimePositionType_IndeterminatePosition()
 
 - 
setIndeterminatePositionpublic void setIndeterminatePosition(TimeIndeterminateValueType newIndeterminatePosition) - Specified by:
- setIndeterminatePositionin interface- TimePositionType
- Parameters:
- newIndeterminatePosition- the new value of the 'Indeterminate Position' attribute.
- See Also:
- TimeIndeterminateValueType,- TimePositionType.isSetIndeterminatePosition(),- TimePositionType.unsetIndeterminatePosition(),- TimePositionType.getIndeterminatePosition()
 
 - 
unsetIndeterminatePositionpublic void unsetIndeterminatePosition() 
 - 
isSetIndeterminatePositionpublic boolean isSetIndeterminatePosition() - Specified by:
- isSetIndeterminatePositionin interface- TimePositionType
- Returns:
- whether the value of the 'Indeterminate Position' attribute is set.
- See Also:
- TimePositionType.unsetIndeterminatePosition(),- TimePositionType.getIndeterminatePosition(),- TimePositionType.setIndeterminatePosition(TimeIndeterminateValueType)
 
 - 
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
 
 
- 
 
-