Uses of Enum Class
dev.vality.damsel.domain.DeviationDirection
Packages that use DeviationDirection
-
Uses of DeviationDirection in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as DeviationDirectionModifier and TypeFieldDescriptionRandomizationMutationParams.directionПо умолчанию полагается допустимым отклонение в обе стороныMethods in dev.vality.damsel.domain that return DeviationDirectionModifier and TypeMethodDescriptionstatic DeviationDirectionDeviationDirection.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.RandomizationMutationParams.getDirection()По умолчанию полагается допустимым отклонение в обе стороныstatic DeviationDirectionReturns the enum constant of this class with the specified name.static DeviationDirection[]DeviationDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type DeviationDirectionModifier and TypeMethodDescriptionRandomizationMutationParams.setDirection(DeviationDirection direction) По умолчанию полагается допустимым отклонение в обе стороны