|
|||||||||
| Home >> All >> com >> gammastream >> [ validity overview ] | PREV NEXT | ||||||||
Uses of Class
com.gammastream.validity.GSVRule
| Uses of GSVRule in com.gammastream.validity |
| Methods in com.gammastream.validity that return GSVRule | |
GSVRule |
GSVAttribute.ruleNamed(java.lang.String name)
Returns the rule with the provided name. |
| Methods in com.gammastream.validity with parameters of type GSVRule | |
boolean |
GSVEngine.validateAttribute(java.lang.Object object,
java.lang.String attributeName,
GSVRule rule)
May be called arbitrarily to validate an object Returns true if all validation succeeds. |
boolean |
GSVEngine.checkRule(GSVRule rule,
java.lang.String attributeName,
NSMutableDictionary errorDict,
java.lang.Object eoObject,
int when)
May be called arbitrarily to validate an EO Object, though it is explicitly called by validateObject
Returns true if all validation succeeds. |
void |
GSVAttribute.addRule(GSVRule newRule)
Adds the rule to this attribute. |
void |
GSVAttribute.removeRule(GSVRule oldRule)
Remove the rule from this attribute. |
|
|||||||||
| Home >> All >> com >> gammastream >> [ validity overview ] | PREV NEXT | ||||||||