Interface PropertyValues
-
- All Known Implementing Classes:
MappedPropertyValues
public interface PropertyValues
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getPropertyNames()
Object
getPropertyValue(String name)
-