Class Model.SubModel

  • Enclosing class:
    Model

    private static class Model.SubModel
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object subModel  
      (package private) java.lang.String variable  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SubModel()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • variable

        java.lang.String variable
      • subModel

        java.lang.Object subModel
    • Constructor Detail

      • SubModel

        private SubModel()