public class ValidationElement extends Object
Constructor and Description |
---|
ValidationElement(String validator,
String rule)
Construct an validator rule pair object Initialises the ValidationElement
object with validator and rule
|
Modifier and Type | Method and Description |
---|---|
String |
getRule()
Returns a rule
|
String |
getValidator()
Returns a validator
|
public ValidationElement(String validator, String rule)
validator
- validatorrule
- rule applies to the validatorpublic String getValidator()
Copyright © 2010-2014, ForgeRock All Rights Reserved.