public class ValidationParam
Represents a validation parameter
| Constructor and Description |
|---|
ValidationParam(java.lang.String name,
java.lang.Object value)
Represents a validation parameter
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1()
specifies the name of the parameter
|
java.lang.Object |
component2()
specifies the value of the parameter
|
ValidationParam |
copy(java.lang.String name,
java.lang.Object value)
Represents a validation parameter
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getName()
specifies the name of the parameter
|
java.lang.Object |
getValue()
specifies the value of the parameter
|
int |
hashCode() |
java.lang.String |
toString() |
public ValidationParam(java.lang.String name,
java.lang.Object value)
Represents a validation parameter
name - specifies the name of the parametervalue - specifies the value of the parameterpublic java.lang.String getName()
specifies the name of the parameter
public java.lang.Object getValue()
specifies the value of the parameter
public java.lang.String component1()
specifies the name of the parameter
public java.lang.Object component2()
specifies the value of the parameter
public ValidationParam copy(java.lang.String name, java.lang.Object value)
Represents a validation parameter
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)