com.sun.grid.ca
public static class InitCAParameters.ParamDef extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
check(java.lang.String value)
Check the validity of a param value
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDefaultValue()
Get the default value of this param
|
java.lang.String |
getDescription()
Get the description of this parameter
|
java.lang.String |
getLocalizedName()
Get the localized name of this parameter
|
java.lang.Integer |
getMaxLen()
Get the maximum number of characters for this parameter
|
java.lang.Integer |
getMinLen()
Get the minimum number of character for this parameter
|
java.lang.String |
getName()
Get name of this parameter
|
int |
hashCode() |
public java.lang.String getName()
public java.lang.String getLocalizedName()
public java.lang.String getDescription()
public java.lang.String getDefaultValue()
public java.lang.Integer getMinLen()
public java.lang.Integer getMaxLen()
public void check(java.lang.String value) throws GridCAException
value
- GridCAException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object