Class FrameworkMember<T extends FrameworkMember<T>>

    • Method Detail

      • isStatic

        public boolean isStatic()
        Returns true if this member is static, false if not.
      • isPublic

        public boolean isPublic()
        Returns true if this member is public, false if not.
      • getName

        public abstract java.lang.String getName()
      • getType

        public abstract java.lang.Class<?> getType()