Interface MetaProperty

  • All Known Implementing Classes:
    MetaPropertyImpl

    public interface MetaProperty
    • Method Detail

      • isSearchable

        boolean isSearchable()
      • setAsSearchable

        void setAsSearchable()
      • isSortable

        boolean isSortable()
      • setAsSortable

        void setAsSortable()
      • addType

        void addType​(Class<?> aClass)