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

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

    • MaxFacet

      public MaxFacet(long value)
  • Method Details

    • getValue

      public long getValue()
    • accept

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