| Package | Description |
|---|---|
| org.javarosa.core.services | |
| org.javarosa.core.services.properties |
| Modifier and Type | Method and Description |
|---|---|
List<IPropertyRules> |
PropertyManager.getRules()
Retrieves the set of rules being used by this property manager if any exist.
|
List<IPropertyRules> |
IPropertyManager.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyManager.addRules(IPropertyRules rules)
Adds a set of rules to be used by this PropertyManager.
|
void |
IPropertyManager.addRules(IPropertyRules rules) |
void |
PropertyManager.setRules(IPropertyRules rules)
Sets the rules that should be used by this PropertyManager, removing any other
existing rules sets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaRosaPropertyRules
A set of rules governing the allowable properties for JavaRosa's
core funtionality.
|
Copyright © 2021. All rights reserved.