Uses of Interface
org.uberfire.ext.metadata.model.KProperty
-
Packages that use KProperty Package Description org.uberfire.ext.metadata.model.impl -
-
Uses of KProperty in org.uberfire.ext.metadata.model.impl
Classes in org.uberfire.ext.metadata.model.impl that implement KProperty Modifier and Type Class Description classKPropertyImpl<T>Methods in org.uberfire.ext.metadata.model.impl that return types with arguments of type KProperty Modifier and Type Method Description Iterable<KProperty<?>>KObjectImpl. getProperties()Constructor parameters in org.uberfire.ext.metadata.model.impl with type arguments of type KProperty Constructor Description KObjectImpl(String id, String type, String clusterId, String segmentId, String key, List<KProperty<?>> properties, boolean fullText)
-