Class MaxLengthFacet


  • public class MaxLengthFacet
    extends LengthRangeFacet
    Represents the minLength facet
    • Constructor Detail

      • MaxLengthFacet

        public MaxLengthFacet()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from class: Facet
        Returns the name of this Facet
        Specified by:
        getName in class Facet
        Returns:
        the name of this Facet
      • testLength

        public boolean testLength​(int actualLength)
        Test whether a supplied length conforms to this required length
        Specified by:
        testLength in class LengthRangeFacet
        Parameters:
        actualLength - the actual length of the list
        Returns:
        true if the facet allows a list of this length, otherwise false