Class LazyTypeIncubator.Facet

java.lang.Object
com.sun.msv.reader.datatype.xsd.LazyTypeIncubator.Facet
Enclosing class:
LazyTypeIncubator

private class LazyTypeIncubator.Facet extends Object
store the information about one added facet.
  • Field Details

    • name

      String name
    • value

      String value
    • fixed

      boolean fixed
    • context

      org.relaxng.datatype.ValidationContext context
  • Constructor Details

    • Facet

      public Facet(String name, String value, boolean fixed, org.relaxng.datatype.ValidationContext context)