Interface MetaProperty
-
- All Known Implementing Classes:
MetaPropertyImpl
public interface MetaProperty
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddType(Class<?> aClass)StringgetName()Set<Class<?>>getTypes()booleanisSearchable()booleanisSortable()voidsetAsSearchable()voidsetAsSortable()
-