Package org.n52.series.db.beans
Interface HibernateRelations.HasObservationType<T>
-
- All Known Implementing Classes:
DatastreamEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasObservationType<T>
-
-
Field Summary
Fields Modifier and Type Field Description static StringOBSERVATION_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormatEntitygetObservationType()booleanisSetObservationType()TsetObservationType(FormatEntity observationType)
-
-
-
Field Detail
-
OBSERVATION_TYPE
static final String OBSERVATION_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getObservationType
FormatEntity getObservationType()
-
setObservationType
T setObservationType(FormatEntity observationType)
-
isSetObservationType
boolean isSetObservationType()
-
-