Class LengthFacet

    • Constructor Detail

      • LengthFacet

        public LengthFacet()
    • 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