Uses of Class
dev.vality.damsel.domain.CategoryDecision
Packages that use CategoryDecision
-
Uses of CategoryDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CategoryDecisionModifier and TypeMethodDescriptionCategoryDecision.deepCopy()CategoryDecision.setThen(CategorySelector then_) Methods in dev.vality.damsel.domain that return types with arguments of type CategoryDecisionMethods in dev.vality.damsel.domain with parameters of type CategoryDecisionModifier and TypeMethodDescriptionintCategoryDecision.compareTo(CategoryDecision other) booleanCategoryDecision.equals(CategoryDecision that) Method parameters in dev.vality.damsel.domain with type arguments of type CategoryDecisionModifier and TypeMethodDescriptionstatic CategorySelectorCategorySelector.decisions(List<CategoryDecision> value) voidCategorySelector.setDecisions(List<CategoryDecision> value) Constructors in dev.vality.damsel.domain with parameters of type CategoryDecisionModifierConstructorDescriptionCategoryDecision(CategoryDecision other) Performs a deep copy on other.