Package org.n52.series.db.beans
Interface HibernateRelations.GetStringValue
-
- All Known Subinterfaces:
HibernateRelations.HasUnitValue<T>,HibernateRelations.HasValue<T>,ValuedParameter<T,S>
- All Known Implementing Classes:
ParameterBooleanEntity,ParameterCategoryEntity,ParameterCountEntity,ParameterEntity,ParameterJsonEntity,ParameterQuantityEntity,ParameterTextEntity,ParameterXmlEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.GetStringValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValueAsString()booleanisSetValue()
-
-
-
Method Detail
-
isSetValue
boolean isSetValue()
-
getValueAsString
String getValueAsString()
-
-