|
Web-4-All v3.00 Plug-in API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.utoronto.atrc.web4all.configuration.ParameterState
Stores state information about a specific third party technology parameter, or setting. States stored include whether the parameter has been set, whether the third party technolgy requires that the parameter be set, and, if required, but not set, the setting's default value.
| Constructor Summary | |
ParameterState(java.lang.String inParamName,
boolean inRequiredFlag,
java.lang.Object inDefaultValue)
Initialize the state object given a parameter name, whether it is required, and its default value. |
|
| Method Summary | |
java.lang.Object |
getDefaultValue()
Get the default value of the parameter. |
java.lang.String |
getParamName()
Retrieve the third party technology specific name of this parameter. |
boolean |
getRequiredFlag()
Is it required that the parameter be set? |
boolean |
getSetState()
Get the "set" state of this parameter. |
boolean |
isRequired()
Is it required that the parameter be set? |
void |
setDefaultValue(java.lang.Object inDefaultValue)
Set the default value of this parameter. |
void |
setSetState(boolean inSetState)
Set the "set" state of this parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParameterState(java.lang.String inParamName,
boolean inRequiredFlag,
java.lang.Object inDefaultValue)
false.
inParamName - The technology specific name of the parameter. This is
not a preference name from the ACCLIP, but the third
party technology's corresponding name.inRequiredFlag - Is this parameter required by the third party technology?inDefaultValue - If it is required, this is the default value if it can't
be set via the ACCLIP document.| Method Detail |
public java.lang.String getParamName()
public boolean getSetState()
setSetState(boolean)public void setSetState(boolean inSetState)
inSetState - true if the parameter has been set;
false, otherwise.- See Also:
getSetState()public boolean getRequiredFlag()
isRequired(),
setDefaultValue(Object),
getDefaultValue()public boolean isRequired()
getRequiredFlag(),
setDefaultValue(Object),
getDefaultValue()public void setDefaultValue(java.lang.Object inDefaultValue)
inDefaultValue - Object that represents the default
value.getDefaultValue(),
getRequiredFlag()public java.lang.Object getDefaultValue()
Object that represents the default value.setDefaultValue(Object),
getRequiredFlag()
|
Web-4-All v3.00 Plug-in API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||