Package | Description |
---|---|
org.apache.commons.validator |
The Validator package provides validation for JavaBeans based on an xml file.
|
Modifier and Type | Method and Description |
---|---|
Var |
Field.getVar(String mainKey)
Retrieve a variable.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Var> |
Field.getVarMap()
Returns a Map of String Var names to Var objects.
|
Map<String,Var> |
Field.getVars()
The
Field 's variables are returned as an
unmodifiable Map . |
Modifier and Type | Method and Description |
---|---|
void |
Field.addVar(Var v)
Add a
Var to the Field . |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.