|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.watch.common.ConfigParameter
public class ConfigParameter
Represents a config parameter of a plugin.
Constructor Summary | |
---|---|
ConfigParameter(String key,
String value)
Inits a config parameter. |
|
ConfigParameter(String key,
String value,
boolean req)
Inits a config parameter. |
|
ConfigParameter(String key,
String value,
String desc)
Inits a config parameter. |
|
ConfigParameter(String key,
String value,
String desc,
boolean req)
Inits a config parameter. |
Method Summary | |
---|---|
String |
getDescription()
|
String |
getKey()
|
String |
getValue()
|
boolean |
isRequired()
|
void |
setDescription(String description)
|
void |
setKey(String key)
|
void |
setRequired(boolean required)
|
void |
setValue(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigParameter(String key, String value)
key
- the keyvalue
- the valuepublic ConfigParameter(String key, String value, String desc)
key
- the keyvalue
- the valuedesc
- the descriptionpublic ConfigParameter(String key, String value, boolean req)
key
- the keyvalue
- the valuereq
- the required flag.public ConfigParameter(String key, String value, String desc, boolean req)
key
- the keyvalue
- the valuedesc
- the descriptionreq
- the reqired flagMethod Detail |
---|
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
public boolean isRequired()
public void setRequired(boolean required)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |