Package org.n52.series.db.beans
Interface HibernateRelations.HasResultStructure
-
- All Known Implementing Classes:
ResultTemplateEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasResultStructure
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESULT_STRUCTURE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetStructure()default booleanisSetStructure()voidsetStructure(String resultStructure)
-
-
-
Field Detail
-
RESULT_STRUCTURE
static final String RESULT_STRUCTURE
- See Also:
- Constant Field Values
-
-