Package org.n52.series.db.beans
Interface HibernateRelations.HasValue<T>
-
- All Superinterfaces:
HibernateRelations.GetStringValue
- All Known Subinterfaces:
BooleanParameterEntity,CategoryParameterEntity,ComplexParameterEntity<T>,CountParameterEntity,HibernateRelations.HasUnitValue<T>,JsonParameterEntity,QuantityParameterEntity,TemporalParameterEntity,TextParameterEntity,ValuedParameter<T>,XmlParameterEntity
- All Known Implementing Classes:
DatasetBooleanParameterEntity,DatasetCategoryParameterEntity,DatasetComplexParameterEntity,DatasetCountParameterEntity,DatasetJsonParameterEntity,DatasetParameterEntity,DatasetQuantityParameterEntity,DatasetTemporalParameterEntity,DatasetTextParameterEntity,DatasetXmlParameterEntity,FeatureBooleanParameterEntity,FeatureCategoryParameterEntity,FeatureComplexParameterEntity,FeatureCountParameterEntity,FeatureJsonParameterEntity,FeatureParameterEntity,FeatureQuantityParameterEntity,FeatureTemporalParameterEntity,FeatureTextParameterEntity,FeatureXmlParameterEntity,LocationBooleanParameterEntity,LocationCategoryParameterEntity,LocationComplexParameterEntity,LocationCountParameterEntity,LocationJsonParameterEntity,LocationParameterEntity,LocationQuantityParameterEntity,LocationTemporalParameterEntity,LocationTextParameterEntity,LocationXmlParameterEntity,ObservationBooleanParameterEntity,ObservationCategoryParameterEntity,ObservationComplexParameterEntity,ObservationCountParameterEntity,ObservationJsonParameterEntity,ObservationParameterEntity,ObservationQuantityParameterEntity,ObservationTemporalParameterEntity,ObservationTextParameterEntity,ObservationXmlParameterEntity,ParameterEntity,PhenomenonBooleanParameterEntity,PhenomenonCategoryParameterEntity,PhenomenonComplexParameterEntity,PhenomenonCountParameterEntity,PhenomenonJsonParameterEntity,PhenomenonParameterEntity,PhenomenonQuantityParameterEntity,PhenomenonTemporalParameterEntity,PhenomenonTextParameterEntity,PhenomenonXmlParameterEntity,PlatformBooleanParameterEntity,PlatformCategoryParameterEntity,PlatformComplexParameterEntity,PlatformCountParameterEntity,PlatformJsonParameterEntity,PlatformParameterEntity,PlatformQuantityParameterEntity,PlatformTemporalParameterEntity,PlatformTextParameterEntity,PlatformXmlParameterEntity,ProcedureBooleanParameterEntity,ProcedureCategoryParameterEntity,ProcedureComplexParameterEntity,ProcedureCountParameterEntity,ProcedureJsonParameterEntity,ProcedureParameterEntity,ProcedureQuantityParameterEntity,ProcedureTemporalParameterEntity,ProcedureTextParameterEntity,ProcedureXmlParameterEntity,QualityEntity,QuantityQualityEntity,TextQualityEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasValue<T> extends HibernateRelations.GetStringValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue()voidsetValue(T value)-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.GetStringValue
getValueAsString, isSetValue
-
-
-
-
Field Detail
-
VALUE
static final String VALUE
- See Also:
- Constant Field Values
-
-