Interface FilterProp
-
- All Known Implementing Classes:
FilterPropBoolean,FilterPropString
public interface FilterPropGetChildren - for property filtering- Since:
- 4.0
- Author:
- janv
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterTypegetFilterType()QNamegetPropName()SerializablegetPropVal()
-
-
-
Method Detail
-
getPropName
QName getPropName()
-
getPropVal
Serializable getPropVal()
-
getFilterType
FilterType getFilterType()
-
-