Class MetaObject

    • Constructor Summary

      Constructors 
      Constructor Description
      MetaObject()
      Creates a new MetaObject.
      MetaObject​(int type)
      Creates a MetaObject with a type.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getType()
      Get the type of this MetaObject.
      • Methods inherited from class java.lang.Object

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

      • MetaObject

        public MetaObject()
        Creates a new MetaObject. This constructor doesn't set the type.
      • MetaObject

        public MetaObject​(int type)
        Creates a MetaObject with a type.
        Parameters:
        type - the type of meta object
    • Method Detail

      • getType

        public int getType()
        Get the type of this MetaObject.
        Returns:
        type of MetaObject