Uses of Enum
yearreview.app.util.value.ValueType
-
Uses of ValueType in yearreview.app.data.processor.toplist
Modifier and TypeFieldDescriptionprivate final ValueType
TopListElementComparator.comparisonValue
Type ofValue
to compare by.Modifier and TypeFieldDescriptionTopListElement.values
Values of the element, used for sorting and displaying.Modifier and TypeMethodDescriptionGets the Value associated to the item with a certain type.ModifierConstructorDescriptionConstructor for a TopListElementComparator with the type to compare by.TopListGenerator
(TopListAdapter adapter, int topListLength, ValueType sortingValue) Constructs a new TopListGenerator from an Adapter and a length. -
Uses of ValueType in yearreview.app.util.value
Modifier and TypeMethodDescriptionDistanceValue.getType()
Gets the Type of this Value.DurationValue.getType()
Gets the Type of this Value.abstract ValueType
Value.getType()
Gets the Type of the Value.static ValueType
Returns the enum constant of this type with the specified name.static ValueType[]
ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.