Class KPropertyImpl<T>
- java.lang.Object
-
- org.uberfire.ext.metadata.model.impl.KPropertyImpl<T>
-
-
Constructor Summary
Constructors Constructor Description KPropertyImpl(String name, T value, boolean searchable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()TgetValue()booleanisSearchable()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.uberfire.ext.metadata.model.KProperty
isSortable
-
-