Java org.apache.commons.validator Var fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator Var fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator Var.

The text is from its open source code.

Field

StringJSTYPE_INT
Int Constant for JavaScript type.
StringJSTYPE_STRING
String Constant for JavaScript type.
StringJSTYPE_REGEXP
Regular Expression Constant for JavaScript type.

Constructor

Var()
Default Constructor.
Var(String name, String value, String jsType)
Constructs a variable with a specified name, value and Javascript type.

Method

StringgetBundle()
Returns the resource bundle name.
StringgetJsType()
Gets the JavaScript type of the variable.
StringgetName()
Gets the name of the variable.
StringgetValue()
Gets the value of the variable.
booleanisResource()
Tests whether or not the value is a resource key or literal value.
voidsetName(String name)
Sets the name of the variable.
voidsetValue(String value)
Sets the value of the variable.