Package org.seamcat.model.types.result
Interface SingleValueTypes<T>
-
- All Superinterfaces:
ResultType<T>
- All Known Implementing Classes:
DoubleResultType
,IntegerResultType
,LongResultType
,StringResultType
public interface SingleValueTypes<T> extends ResultType<T>
-
-
Method Summary
-
Methods inherited from interface org.seamcat.model.types.result.ResultType
accept, def, description, value
-
-