JavaScript is disabled on your browser.
Skip navigation links
javax.validation.constraints

Annotation Type DecimalMin

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      String value
      The String representation of the min value according to the BigDecimal string representation.
    • Element Detail

      • value

        public abstract String value
        The String representation of the min value according to the BigDecimal string representation.
        Returns:
        value the element must be higher or equal to
      • message

        public abstract String message
        Default:
        "{javax.validation.constraints.DecimalMin.message}"
      • groups

        public abstract Class<?>[] groups
        Default:
        {}
      • payload

        public abstract Class<? extends Payload>[] payload
        Default:
        {}
      • inclusive

        public abstract boolean inclusive
        Specifies whether the specified minimum is inclusive or exclusive. By default, it is inclusive.
        Returns:
        true if the value must be higher or equal to the specified minimum, false if the value must be higher
        Since:
        1.1
        Default:
        true
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /