Class LazyTypeIncubator.Facet

  • Enclosing class:
    LazyTypeIncubator

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

      Fields 
      Modifier and Type Field Description
      (package private) org.relaxng.datatype.ValidationContext context  
      (package private) boolean fixed  
      (package private) java.lang.String name  
      (package private) java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Facet​(java.lang.String name, java.lang.String value, boolean fixed, org.relaxng.datatype.ValidationContext context)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        java.lang.String name
      • value

        java.lang.String value
      • fixed

        boolean fixed
      • context

        org.relaxng.datatype.ValidationContext context
    • Constructor Detail

      • Facet

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