Class EnhancementHelper.Meta

  • Enclosing class:
    EnhancementHelper

    static class EnhancementHelper.Meta
    extends java.lang.Object
    Helper class to manage persistable classes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Persistable pc
      Instance of Persistable, used at runtime to create new instances.
    • Constructor Summary

      Constructors 
      Constructor Description
      Meta​(Persistable pc)
      Construct an instance of Meta.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) Persistable getPC()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • pc

        Persistable pc
        Instance of Persistable, used at runtime to create new instances.
    • Constructor Detail

      • Meta

        Meta​(Persistable pc)
        Construct an instance of Meta.
        Parameters:
        pc - An instance of the Persistable class
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object