public interface IPropertyManager
| Modifier and Type | Method and Description |
|---|---|
void |
addRules(IPropertyRules rules) |
List<String> |
getProperty(String propertyName) |
List<IPropertyRules> |
getRules() |
String |
getSingularProperty(String propertyName) |
void |
setProperty(String propertyName,
List<String> propertyValue) |
void |
setProperty(String propertyName,
String propertyValue) |
void addRules(IPropertyRules rules)
List<IPropertyRules> getRules()
Copyright © 2021. All rights reserved.