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.ObjectDefines a parameter for the init ca command.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(java.lang.String value)Check the validity of a param valuebooleanequals(java.lang.Object obj)java.lang.StringgetDefaultValue()Get the default value of this paramjava.lang.StringgetDescription()Get the description of this parameterjava.lang.StringgetLocalizedName()Get the localized name of this parameterjava.lang.IntegergetMaxLen()Get the maximum number of characters for this parameterjava.lang.IntegergetMinLen()Get the minimum number of character for this parameterjava.lang.StringgetName()Get name of this parameterinthashCode()
-
-
-
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 GridCAExceptionCheck the validity of a param value- Parameters:
value-- Throws:
GridCAException
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-