Class BaseMeta

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseMeta()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()
      Returns an unique identifier
      static java.lang.String getType​(java.lang.Class _class)  
      • Methods inherited from class java.lang.Object

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

      • BaseMeta

        public BaseMeta()
    • Method Detail

      • getType

        public java.lang.String getType()
        Description copied from interface: MetaInfoField
        Returns an unique identifier
        Specified by:
        getType in interface MetaInfoField
        Returns:
      • getType

        public static java.lang.String getType​(java.lang.Class _class)