Package org.n52.series.db.beans
Interface HibernateRelations.HasOMObservationType
-
- All Known Subinterfaces:
AbstractDatastreamEntity
- All Known Implementing Classes:
AbstractDatasetEntity,DatasetAggregationEntity,DatasetEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasOMObservationType
-
-
Field Summary
Fields Modifier and Type Field Description static StringOBSERVATION_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormatEntitygetOMObservationType()booleanisSetOMObservationType()voidsetOMObservationType(FormatEntity observationType)
-
-
-
Field Detail
-
OBSERVATION_TYPE
static final String OBSERVATION_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOMObservationType
FormatEntity getOMObservationType()
-
setOMObservationType
void setOMObservationType(FormatEntity observationType)
-
isSetOMObservationType
boolean isSetOMObservationType()
-
-