Package com.sun.grid.ca
Class InitCAParameters.ParamDef
- java.lang.Object
-
- com.sun.grid.ca.InitCAParameters.ParamDef
-
- Enclosing class:
- InitCAParameters
public static class InitCAParameters.ParamDef extends java.lang.Object
Defines a parameter for the init ca command.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(java.lang.String value)
Check the validity of a param valueboolean
equals(java.lang.Object obj)
java.lang.String
getDefaultValue()
Get the default value of this paramjava.lang.String
getDescription()
Get the description of this parameterjava.lang.String
getLocalizedName()
Get the localized name of this parameterjava.lang.Integer
getMaxLen()
Get the maximum number of characters for this parameterjava.lang.Integer
getMinLen()
Get the minimum number of character for this parameterjava.lang.String
getName()
Get name of this parameterint
hashCode()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Get name of this parameter- Returns:
- name of this parameter
-
getLocalizedName
public java.lang.String getLocalizedName()
Get the localized name of this parameter- Returns:
- the localized name of this parameter
-
getDescription
public java.lang.String getDescription()
Get the description of this parameter- Returns:
- the description
-
getDefaultValue
public java.lang.String getDefaultValue()
Get the default value of this param- Returns:
- the default value of this param
-
getMinLen
public java.lang.Integer getMinLen()
Get the minimum number of character for this parameter- Returns:
- minimum number of character for this parameter
-
getMaxLen
public java.lang.Integer getMaxLen()
Get the maximum number of characters for this parameter- Returns:
- maximum number of characters for this parameter
-
check
public void check(java.lang.String value) throws GridCAException
Check the validity of a param value- Parameters:
value
-- Throws:
GridCAException
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-