Uses of Class
org.apache.unomi.api.ValueType
-
Packages that use ValueType Package Description org.apache.unomi.api org.apache.unomi.api.services org.apache.unomi.rest.service.impl org.apache.unomi.services.impl.definitions -
-
Uses of ValueType in org.apache.unomi.api
Methods in org.apache.unomi.api that return ValueType Modifier and Type Method Description ValueType
PropertyType. getValueType()
Retrieves the value type associated with values defined for properties using this PropertyType.Methods in org.apache.unomi.api with parameters of type ValueType Modifier and Type Method Description void
PropertyType. setValueType(ValueType valueType)
Sets the value type. -
Uses of ValueType in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return ValueType Modifier and Type Method Description ValueType
DefinitionsService. getValueType(String id)
Retrieves the value type associated with the specified identifier.Methods in org.apache.unomi.api.services that return types with arguments of type ValueType Modifier and Type Method Description Collection<ValueType>
DefinitionsService. getAllValueTypes()
Retrieves all known value types.Set<ValueType>
DefinitionsService. getValueTypeByTag(String tag)
Retrieves the set of value types with the specified tag. -
Uses of ValueType in org.apache.unomi.rest.service.impl
Methods in org.apache.unomi.rest.service.impl with parameters of type ValueType Modifier and Type Method Description RESTValueType
LocalizationHelper. generateValueType(ValueType valueType, String language)
Creates aRESTValueType
based on the specifiedValueType
and localized using the specified language.Method parameters in org.apache.unomi.rest.service.impl with type arguments of type ValueType Modifier and Type Method Description Collection<RESTValueType>
LocalizationHelper. generateValueTypes(Collection<ValueType> valueTypes, String language)
CreatesRESTValueType
s, localized using the specified language, based on the specifiedValueType
s. -
Uses of ValueType in org.apache.unomi.services.impl.definitions
Methods in org.apache.unomi.services.impl.definitions that return ValueType Modifier and Type Method Description ValueType
DefinitionsServiceImpl. getValueType(String id)
Methods in org.apache.unomi.services.impl.definitions that return types with arguments of type ValueType Modifier and Type Method Description Collection<ValueType>
DefinitionsServiceImpl. getAllValueTypes()
Set<ValueType>
DefinitionsServiceImpl. getValueTypeByTag(String tag)
-