Package com.sun.grid.ca
Class InitCAParameters.ParamDef
java.lang.Object
com.sun.grid.ca.InitCAParameters.ParamDef
- Enclosing class:
InitCAParameters
Defines a parameter for the init ca command.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Check the validity of a param valueboolean
Get the default value of this paramGet the description of this parameterGet the localized name of this parameterGet the maximum number of characters for this parameterGet the minimum number of character for this parametergetName()
Get name of this parameterint
hashCode()
-
Method Details
-
getName
Get name of this parameter- Returns:
- name of this parameter
-
getLocalizedName
Get the localized name of this parameter- Returns:
- the localized name of this parameter
-
getDescription
Get the description of this parameter- Returns:
- the description
-
getDefaultValue
Get the default value of this param- Returns:
- the default value of this param
-
getMinLen
Get the minimum number of character for this parameter- Returns:
- minimum number of character for this parameter
-
getMaxLen
Get the maximum number of characters for this parameter- Returns:
- maximum number of characters for this parameter
-
check
Check the validity of a param value- Parameters:
value
-- Throws:
GridCAException
-
equals
-
hashCode
public int hashCode()
-