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

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

    • MinFacet

      public MinFacet(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