Uses of Class
tilda.enums.AggregateType.OrderableType
-
Packages that use AggregateType.OrderableType Package Description tilda.enums -
-
Uses of AggregateType.OrderableType in tilda.enums
Fields in tilda.enums declared as AggregateType.OrderableType Modifier and Type Field Description protected AggregateType.OrderableType
AggregateType. _orderable
Methods in tilda.enums that return AggregateType.OrderableType Modifier and Type Method Description AggregateType.OrderableType
AggregateType. getOrderable()
static AggregateType.OrderableType
AggregateType.OrderableType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AggregateType.OrderableType[]
AggregateType.OrderableType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-