|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimePeriodType
A representation of the model object 'Time Period Type'. This is a variation of the GML TimePeriod, which allows the beginning and end of a time-period to be expressed in short-form inline using the begin/endPosition element, which allows an identifiable TimeInstant to be defined simultaneously with using it, or by reference, using xlinks on the begin/end elements. (Arliss) What does this mean? What do the TimeResolution and "frame" mean?
The following features are supported:
Wcs111Package.getTimePeriodType()
Method Summary | |
---|---|
java.lang.Object |
getBeginPosition()
Returns the value of the 'Begin Position' attribute. |
java.lang.Object |
getEndPosition()
Returns the value of the 'End Position' attribute. |
java.lang.String |
getFrame()
Returns the value of the 'Frame' attribute. |
java.lang.Object |
getTimeResolution()
Returns the value of the 'Time Resolution' attribute. |
boolean |
isSetFrame()
Returns whether the value of the ' Frame ' attribute is set. |
void |
setBeginPosition(java.lang.Object value)
Sets the value of the ' Begin Position ' attribute. |
void |
setEndPosition(java.lang.Object value)
Sets the value of the ' End Position ' attribute. |
void |
setFrame(java.lang.String value)
Sets the value of the ' Frame ' attribute. |
void |
setTimeResolution(java.lang.Object value)
Sets the value of the ' Time Resolution ' attribute. |
void |
unsetFrame()
Unsets the value of the ' Frame ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.Object getBeginPosition()
If the meaning of the 'Begin Position' attribute isn't clear, there really should be more of a description here...
setBeginPosition(Object)
,
Wcs111Package.getTimePeriodType_BeginPosition()
void setBeginPosition(java.lang.Object value)
Begin Position
' attribute.
value
- the new value of the 'Begin Position' attribute.getBeginPosition()
java.lang.Object getEndPosition()
If the meaning of the 'End Position' attribute isn't clear, there really should be more of a description here...
setEndPosition(Object)
,
Wcs111Package.getTimePeriodType_EndPosition()
void setEndPosition(java.lang.Object value)
End Position
' attribute.
value
- the new value of the 'End Position' attribute.getEndPosition()
java.lang.Object getTimeResolution()
If the meaning of the 'Time Resolution' attribute isn't clear, there really should be more of a description here...
setTimeResolution(Object)
,
Wcs111Package.getTimePeriodType_TimeResolution()
void setTimeResolution(java.lang.Object value)
Time Resolution
' attribute.
value
- the new value of the 'Time Resolution' attribute.getTimeResolution()
java.lang.String getFrame()
"#ISO-8601"
.
If the meaning of the 'Frame' attribute isn't clear, there really should be more of a description here...
isSetFrame()
,
unsetFrame()
,
setFrame(String)
,
Wcs111Package.getTimePeriodType_Frame()
void setFrame(java.lang.String value)
Frame
' attribute.
value
- the new value of the 'Frame' attribute.isSetFrame()
,
unsetFrame()
,
getFrame()
void unsetFrame()
Frame
' attribute.
isSetFrame()
,
getFrame()
,
setFrame(String)
boolean isSetFrame()
Frame
' attribute is set.
unsetFrame()
,
getFrame()
,
setFrame(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |