Class SchemaProcessor.Instance

  • Enclosing class:
    SchemaProcessor

    public static class SchemaProcessor.Instance
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean created  
      private java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Instance​(java.lang.Object value, boolean created)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()  
      boolean isCreated()  
      • Methods inherited from class java.lang.Object

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

      • value

        private final java.lang.Object value
      • created

        private final boolean created
    • Constructor Detail

      • Instance

        public Instance​(java.lang.Object value,
                        boolean created)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
      • isCreated

        public boolean isCreated()