Uses of Class
de.trustable.ca3s.core.service.dto.TypedValue
-
Packages that use TypedValue Package Description de.trustable.ca3s.core.service.dto Data Transfer Objects. -
-
Uses of TypedValue in de.trustable.ca3s.core.service.dto
Methods in de.trustable.ca3s.core.service.dto that return TypedValue Modifier and Type Method Description TypedValue[]NamedValues. getValues()Methods in de.trustable.ca3s.core.service.dto with parameters of type TypedValue Modifier and Type Method Description voidNamedValues. setValues(TypedValue[] values)Constructors in de.trustable.ca3s.core.service.dto with parameters of type TypedValue Constructor Description NamedValues(String name, TypedValue[] values)
-