Class TypeIncubator.FacetInfo

  • Enclosing class:
    TypeIncubator

    private static class TypeIncubator.FacetInfo
    extends java.lang.Object
    • Field Summary

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

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

      • Methods inherited from class java.lang.Object

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

      • value

        public java.lang.Object value
      • fixed

        public boolean fixed
    • Constructor Detail

      • FacetInfo

        public FacetInfo​(java.lang.Object value,
                         boolean fixed)