|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies the operations that a configuration storage plugin should have.
ConfigBase
,
ConfigPlugin
Method Summary | |
java.lang.String |
getValue(int type)
Gets the value of a a configuration parameter. |
java.lang.String[] |
getValues(int type)
Gets the values of a a multi-valued configuration parameter. |
void |
setValue(int type,
java.lang.String value)
Sets a configuration parameter. |
void |
setValues(int type,
java.lang.String[] values)
Sets a multi-valued configuration parameter. |
Method Detail |
public void setValues(int type, java.lang.String[] values)
type
- A parameter constant as defined in audiojury.domain.ConfigBase.values
- The values to assign to the configuration parameter.public java.lang.String[] getValues(int type)
type
- A parameter identifier as defined in audiojury.domain.ConfigBase.
public void setValue(int type, java.lang.String value)
type
- A parameter identifier as defined in audiojury.domain.ConfigBase.value
- The value to assign to the configuration parameter.public java.lang.String getValue(int type)
type
- A parameter identifier as defined in audiojury.domain.ConfigBase.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |