Uses of Enum
co.yellowdog.platform.model.NumericAttributeRankOrder
Packages that use NumericAttributeRankOrder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NumericAttributeRankOrder in co.yellowdog.platform.model
Subclasses with type arguments of type NumericAttributeRankOrder in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return NumericAttributeRankOrderModifier and TypeMethodDescriptionNumericAttributeDefinition.getDefaultRankOrder()NumericAttributePreference.getRankOrder()static NumericAttributeRankOrderReturns the enum constant of this type with the specified name.static NumericAttributeRankOrder[]NumericAttributeRankOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type NumericAttributeRankOrderModifier and TypeMethodDescriptionNumericAttributeDefinition.Builder.defaultRankOrder(NumericAttributeRankOrder defaultRankOrder) NumericAttributePreference.Builder.rankOrder(NumericAttributeRankOrder rankOrder) voidNumericAttributeDefinition.setDefaultRankOrder(NumericAttributeRankOrder defaultRankOrder) voidNumericAttributePreference.setRankOrder(NumericAttributeRankOrder rankOrder)