Class DecimalMaxFacet

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

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

    • DecimalMaxFacet

      public DecimalMaxFacet(String value, boolean inclusive)
  • Method Details

    • getValue

      public String getValue()
    • isInclusive

      public boolean isInclusive()
    • accept

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