Package org.n52.series.db.beans
Interface HibernateRelations.HasFeatureTypes
-
- All Known Implementing Classes:
OfferingEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasFeatureTypes
-
-
Field Summary
Fields Modifier and Type Field Description static StringFEATURE__TYPES
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Set<FormatEntity>getFeatureTypes()default booleanhasFeatureTypes()voidsetFeatureTypes(Set<FormatEntity> featureOfInterestTypes)
-
-
-
Field Detail
-
FEATURE__TYPES
static final String FEATURE__TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFeatureTypes
Set<FormatEntity> getFeatureTypes()
-
setFeatureTypes
void setFeatureTypes(Set<FormatEntity> featureOfInterestTypes)
-
hasFeatureTypes
default boolean hasFeatureTypes()
-
-