|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.source.xbmc.XBMCSetting
public class XBMCSetting
Used to store the value of a XBMC setting
Constructor Summary | |
---|---|
XBMCSetting(Value value)
The constructor |
Method Summary | |
---|---|
Value |
getValue()
Used to get the value |
void |
setValue(Value value)
Used to set the vlaue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XBMCSetting(Value value)
value
- The valueMethod Detail |
---|
public Value getValue()
public void setValue(Value value)
value
- the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |