Uses of Interface
org.seamcat.model.types.result.SingleValueTypes
-
Packages that use SingleValueTypes Package Description org.seamcat.model.types.result -
-
Uses of SingleValueTypes in org.seamcat.model.types.result
Classes in org.seamcat.model.types.result that implement SingleValueTypes Modifier and Type Class Description class
DoubleResultType
class
IntegerResultType
class
LongResultType
class
StringResultType
Methods in org.seamcat.model.types.result that return types with arguments of type SingleValueTypes Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<SingleValueTypes>>
Results. allSingleValueGroups()
java.util.List<SingleValueTypes>
Results. findSingleValueGroup(java.lang.String group)
java.util.List<SingleValueTypes<?>>
Results. getSingleValueTypes()
java.util.List<SingleValueTypes>
Results. nonGroupedSingleValues()
Methods in org.seamcat.model.types.result with parameters of type SingleValueTypes Modifier and Type Method Description void
ResultTypeVisitor. visit(SingleValueTypes single)
-