Uses of Enum Class
io.gs2.cdk.ranking2.model.enums.ClusterRankingModelClusterType
Packages that use ClusterRankingModelClusterType
-
Uses of ClusterRankingModelClusterType in io.gs2.cdk.ranking2.model
Constructors in io.gs2.cdk.ranking2.model with parameters of type ClusterRankingModelClusterTypeModifierConstructorDescriptionClusterRankingModel(String name, ClusterRankingModelClusterType clusterType, Boolean sum, ClusterRankingModelOrderDirection orderDirection) ClusterRankingModel(String name, ClusterRankingModelClusterType clusterType, Boolean sum, ClusterRankingModelOrderDirection orderDirection, ClusterRankingModelOptions options) -
Uses of ClusterRankingModelClusterType in io.gs2.cdk.ranking2.model.enums
Methods in io.gs2.cdk.ranking2.model.enums that return ClusterRankingModelClusterTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClusterRankingModelClusterType[]ClusterRankingModelClusterType.values()Returns an array containing the constants of this enum class, in the order they are declared.