Package org.javarosa.core.services
Interface IPropertyManager
- All Known Implementing Classes:
PropertyManager
public interface IPropertyManager
An IProperty Manager is responsible for setting and retrieving name/value pairs
- Author:
- Yaw Anokwa
-
Method Summary
Modifier and Type Method Description voidaddRules(IPropertyRules rules)List<String>getProperty(String propertyName)List<IPropertyRules>getRules()StringgetSingularProperty(String propertyName)voidsetProperty(String propertyName, String propertyValue)voidsetProperty(String propertyName, List<String> propertyValue)