Uses of Enum Class
org.wikirate4j.utils.ValueType
Packages that use ValueType
-
Uses of ValueType in org.wikirate4j.entitities
Methods in org.wikirate4j.entitities that return ValueTypeModifier and TypeMethodDescriptionMetric.getValueType()There are different value types allowed on metrics.MetricImpl.getValueType() -
Uses of ValueType in org.wikirate4j.utils
Subclasses with type arguments of type ValueType in org.wikirate4j.utilsMethods in org.wikirate4j.utils that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeValueType.getValueType(String value_type) static ValueTypeReturns the enum constant of this class with the specified name.static ValueType[]ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValueType in org.wikirate4j.utils.queries
Methods in org.wikirate4j.utils.queries with parameters of type ValueTypeModifier and TypeMethodDescriptionAnswerQuery.value_type(ValueType value_type) MetricQuery.value_type(ValueType value_type)