Uses of Enum Class
com.yahoo.schema.RankProfile.MutateOperation.Phase
Packages that use RankProfile.MutateOperation.Phase
-
Uses of RankProfile.MutateOperation.Phase in com.yahoo.schema
Methods in com.yahoo.schema that return RankProfile.MutateOperation.PhaseModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RankProfile.MutateOperation.Phase[]RankProfile.MutateOperation.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.schema with parameters of type RankProfile.MutateOperation.PhaseModifier and TypeMethodDescriptionvoidRankProfile.addMutateOperation(RankProfile.MutateOperation.Phase phase, String attribute, String operation) Constructors in com.yahoo.schema with parameters of type RankProfile.MutateOperation.PhaseModifierConstructorDescriptionMutateOperation(RankProfile.MutateOperation.Phase phase, String attribute, String operation) -
Uses of RankProfile.MutateOperation.Phase in com.yahoo.schema.parser
Methods in com.yahoo.schema.parser with parameters of type RankProfile.MutateOperation.PhaseModifier and TypeMethodDescriptionvoidParsedRankProfile.addMutateOperation(RankProfile.MutateOperation.Phase phase, String attrName, String operation)