Package net.opengis.gml311.impl
Class TimePositionTypeImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- TimePositionTypeImpl
-
- All Implemented Interfaces:
TimePositionType
,Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
public class TimePositionTypeImpl extends MinimalEObjectImpl.Container 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 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 static String
CALENDAR_ERA_NAME_EDEFAULT
The default value of the 'Calendar Era Name
' attribute.protected String
calendarEraName
The cached value of the 'Calendar Era Name
' attribute.protected String
frame
The cached value of the 'Frame
' attribute.protected static String
FRAME_EDEFAULT
The default value of the 'Frame
' attribute.protected boolean
frameESet
This is true if the Frame attribute has been set.protected static TimeIndeterminateValueType
INDETERMINATE_POSITION_EDEFAULT
The default value of the 'Indeterminate Position
' attribute.protected TimeIndeterminateValueType
indeterminatePosition
The cached value of the 'Indeterminate Position
' attribute.protected boolean
indeterminatePositionESet
This is true if the Indeterminate Position attribute has been set.protected Object
value
The cached value of the 'Value
' attribute.protected static Object
VALUE_EDEFAULT
The default value of the 'Value
' attribute.
-
Constructor Summary
Constructors Modifier Constructor Description protected
TimePositionTypeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
eGet(int featureID, boolean resolve, boolean coreType)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
String
getCalendarEraName()
String
getFrame()
TimeIndeterminateValueType
getIndeterminatePosition()
Object
getValue()
boolean
isSetFrame()
boolean
isSetIndeterminatePosition()
void
setCalendarEraName(String newCalendarEraName)
void
setFrame(String newFrame)
void
setIndeterminatePosition(TimeIndeterminateValueType newIndeterminatePosition)
void
setValue(Object newValue)
String
toString()
void
unsetFrame()
void
unsetIndeterminatePosition()
-
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 Object VALUE_EDEFAULT
The default value of the 'Value
' attribute.- See Also:
getValue()
-
value
protected Object value
The cached value of the 'Value
' attribute.- See Also:
getValue()
-
CALENDAR_ERA_NAME_EDEFAULT
protected static final String CALENDAR_ERA_NAME_EDEFAULT
The default value of the 'Calendar Era Name
' attribute.- See Also:
getCalendarEraName()
-
calendarEraName
protected String calendarEraName
The cached value of the 'Calendar Era Name
' attribute.- See Also:
getCalendarEraName()
-
FRAME_EDEFAULT
protected static final String FRAME_EDEFAULT
The default value of the 'Frame
' attribute.- See Also:
getFrame()
, Constant Field Values
-
frame
protected String frame
The cached value of the 'Frame
' attribute.- See Also:
getFrame()
-
frameESet
protected boolean frameESet
This is true if the Frame attribute has been set.
-
INDETERMINATE_POSITION_EDEFAULT
protected static final TimeIndeterminateValueType INDETERMINATE_POSITION_EDEFAULT
The default value of the 'Indeterminate Position
' attribute.- See Also:
getIndeterminatePosition()
-
indeterminatePosition
protected TimeIndeterminateValueType indeterminatePosition
The cached value of the 'Indeterminate Position
' attribute.- See Also:
getIndeterminatePosition()
-
indeterminatePositionESet
protected boolean indeterminatePositionESet
This is true if the Indeterminate Position attribute has been set.
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classBasicEObjectImpl
-
getValue
public Object getValue()
- Specified by:
getValue
in interfaceTimePositionType
- Returns:
- the value of the 'Value' attribute.
- See Also:
TimePositionType.setValue(Object)
,Gml311Package.getTimePositionType_Value()
-
setValue
public void setValue(Object newValue)
- Specified by:
setValue
in interfaceTimePositionType
- Parameters:
newValue
- the new value of the 'Value' attribute.- See Also:
TimePositionType.getValue()
-
getCalendarEraName
public String getCalendarEraName()
- Specified by:
getCalendarEraName
in interfaceTimePositionType
- Returns:
- the value of the 'Calendar Era Name' attribute.
- See Also:
TimePositionType.setCalendarEraName(String)
,Gml311Package.getTimePositionType_CalendarEraName()
-
setCalendarEraName
public void setCalendarEraName(String newCalendarEraName)
- Specified by:
setCalendarEraName
in interfaceTimePositionType
- Parameters:
newCalendarEraName
- the new value of the 'Calendar Era Name' attribute.- See Also:
TimePositionType.getCalendarEraName()
-
getFrame
public String getFrame()
- Specified by:
getFrame
in interfaceTimePositionType
- Returns:
- the value of the 'Frame' attribute.
- See Also:
TimePositionType.isSetFrame()
,TimePositionType.unsetFrame()
,TimePositionType.setFrame(String)
,Gml311Package.getTimePositionType_Frame()
-
setFrame
public void setFrame(String newFrame)
- Specified by:
setFrame
in interfaceTimePositionType
- Parameters:
newFrame
- the new value of the 'Frame' attribute.- See Also:
TimePositionType.isSetFrame()
,TimePositionType.unsetFrame()
,TimePositionType.getFrame()
-
unsetFrame
public void unsetFrame()
- Specified by:
unsetFrame
in interfaceTimePositionType
- See Also:
TimePositionType.isSetFrame()
,TimePositionType.getFrame()
,TimePositionType.setFrame(String)
-
isSetFrame
public boolean isSetFrame()
- Specified by:
isSetFrame
in interfaceTimePositionType
- Returns:
- whether the value of the 'Frame' attribute is set.
- See Also:
TimePositionType.unsetFrame()
,TimePositionType.getFrame()
,TimePositionType.setFrame(String)
-
getIndeterminatePosition
public TimeIndeterminateValueType getIndeterminatePosition()
- Specified by:
getIndeterminatePosition
in interfaceTimePositionType
- Returns:
- the value of the 'Indeterminate Position' attribute.
- See Also:
TimeIndeterminateValueType
,TimePositionType.isSetIndeterminatePosition()
,TimePositionType.unsetIndeterminatePosition()
,TimePositionType.setIndeterminatePosition(TimeIndeterminateValueType)
,Gml311Package.getTimePositionType_IndeterminatePosition()
-
setIndeterminatePosition
public void setIndeterminatePosition(TimeIndeterminateValueType newIndeterminatePosition)
- Specified by:
setIndeterminatePosition
in interfaceTimePositionType
- Parameters:
newIndeterminatePosition
- the new value of the 'Indeterminate Position' attribute.- See Also:
TimeIndeterminateValueType
,TimePositionType.isSetIndeterminatePosition()
,TimePositionType.unsetIndeterminatePosition()
,TimePositionType.getIndeterminatePosition()
-
unsetIndeterminatePosition
public void unsetIndeterminatePosition()
-
isSetIndeterminatePosition
public boolean isSetIndeterminatePosition()
- Specified by:
isSetIndeterminatePosition
in interfaceTimePositionType
- Returns:
- whether the value of the 'Indeterminate Position' attribute is set.
- See Also:
TimePositionType.unsetIndeterminatePosition()
,TimePositionType.getIndeterminatePosition()
,TimePositionType.setIndeterminatePosition(TimeIndeterminateValueType)
-
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
-
-