|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectorg.apache.commons.validator.Var
variable (このクラス)は入れ替え可能な妥当性チェックの情報を持つ
Field と関連付けることができます。
Field for
passing in information to a pluggable validator.
| フィールドの概要 | |
private String |
jsType
The optional JavaScript type of the variable. |
static String |
JSTYPE_INT
Int Constant for JavaScript type. |
static String |
JSTYPE_REGEXP
Regular Expression Constant for JavaScript type. |
static String |
JSTYPE_STRING
String Constant for JavaScript type. |
private String |
name
The name of the variable. |
private String |
value
The name of the value. |
| コンストラクタの概要 | |
Var()
|
|
Var(String name,
String value,
String jsType)
|
|
| メソッドの概要 | |
Object |
clone()
Creates and returns a copy of this object. |
String |
getJsType()
Gets the JavaScript type of the variable. |
String |
getName()
Gets the name of the variable. |
String |
getValue()
Gets the value of the variable. |
void |
setJsType(String jsType)
Sets the JavaScript type of the variable. |
void |
setName(String name)
Sets the name of the variable. |
void |
setValue(String value)
Sets the value of the variable. |
String |
toString()
Returns a string representation of the object. |
| クラス java.lang.Object から継承したメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
public static final String JSTYPE_INT
public static final String JSTYPE_STRING
public static final String JSTYPE_REGEXP
private String name
private String value
private String jsType
| コンストラクタの詳細 |
public Var()
public Var(String name,
String value,
String jsType)
| メソッドの詳細 |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getJsType()
public void setJsType(String jsType)
public Object clone()
public String toString()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||