Class SizeFacet

  • All Implemented Interfaces:
    Facet

    public class SizeFacet
    extends java.lang.Object
    implements Facet
    Author:
    Marcel Valovy - marcel.valovy@oracle.com
    Since:
    2.6
    • Constructor Summary

      Constructors 
      Constructor Description
      SizeFacet​(int min, int max)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R,​P>
      R
      accept​(FacetVisitor<R,​P> visitor, P p)  
      int getMax()  
      int getMin()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SizeFacet

        public SizeFacet​(int min,
                         int max)
    • Method Detail

      • getMin

        public int getMin()
      • getMax

        public int getMax()
      • accept

        public <R,​P> R accept​(FacetVisitor<R,​P> visitor,
                                    P p)
        Specified by:
        accept in interface Facet