public interface Observation extends Attributable, java.lang.Comparable<Observation>
Modifier and Type | Method and Description |
---|---|
java.util.List<AnnotationBean> |
getAnnotations()
Returns a copy of the annotations list.
|
KeyValue |
getCrossSectionalValue()
Returns the cross sectional key value
|
java.util.Date |
getObsAsTimeDate()
Returns the observation time as a Date Object
|
java.lang.String |
getObservationValue()
Returns the value of the observation
|
java.lang.String |
getObsTime()
Returns the observation time in a SDMX time format
|
TIME_FORMAT |
getObsTimeFormat()
Returns the time format the observation value is in
|
Keyable |
getSeriesKey()
Returns the parent series key for this observation.
|
boolean |
isCrossSection()
Returns true if this is a cross sectional observation,
the call to get the obs time will still return the observation time of the cross section, also
available on the series key, however there is an additional cross sectional attribute available
|
getAttribute, getAttributes
Keyable getSeriesKey()
java.lang.String getObservationValue()
java.lang.String getObsTime()
boolean isCrossSection()
KeyValue getCrossSectionalValue()
TIME_FORMAT getObsTimeFormat()
java.util.Date getObsAsTimeDate()
java.util.List<AnnotationBean> getAnnotations()