java.lang.Object
org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
All Implemented Interfaces:
Facet

public class SizeFacet extends Object implements Facet
Author:
Marcel Valovy - marcel.valovy@oracle.com
  • Constructor Details

    • SizeFacet

      public SizeFacet(int min, int max)
  • Method Details

    • 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