|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.LBMConfigOption
public class LBMConfigOption
LBM Configuration Option Class. This object holds configuration information in string format. This class is used to dump current configuration options that are set
Constructor Summary | |
---|---|
LBMConfigOption(java.lang.String t,
java.lang.String o,
java.lang.String v)
Instantiate an LBMConfigObjection using given attributes. |
Method Summary | |
---|---|
java.lang.String |
getOptionName()
Get the configuration option of this object. |
java.lang.String |
getType()
Get the configuration type of this object. |
java.lang.String |
getValue()
Get the configuration vlaue of this object. |
void |
setOptionName(java.lang.String o)
Set the option name value of this configuration option. |
void |
setType(java.lang.String t)
Set the type value of this configuration option. |
void |
setValue(java.lang.String v)
Set the configuration option valuen. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LBMConfigOption(java.lang.String t, java.lang.String o, java.lang.String v)
t
- The type of option it will be (context, source, etc...).o
- The option name.v
- The assigned value of the option.Method Detail |
---|
public void setType(java.lang.String t)
t
- The type value to set.public void setOptionName(java.lang.String o)
o
- The type value to set.public void setValue(java.lang.String v)
v
- The value to set.public java.lang.String getType()
public java.lang.String getOptionName()
public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |