Package org.n52.series.db.beans
Interface HibernateRelations.HasObservationTypes
-
- All Known Implementing Classes:
OfferingEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasObservationTypes
-
-
Field Summary
Fields Modifier and Type Field Description static StringOBSERVATION_TYPES
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Set<FormatEntity>getObservationTypes()default booleanhasObservationTypes()voidsetObservationTypes(Set<FormatEntity> observationTypes)
-
-
-
Field Detail
-
OBSERVATION_TYPES
static final String OBSERVATION_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getObservationTypes
Set<FormatEntity> getObservationTypes()
-
setObservationTypes
void setObservationTypes(Set<FormatEntity> observationTypes)
-
hasObservationTypes
default boolean hasObservationTypes()
-
-