org.stanwood.media.source.xbmc
Class XBMCSetting

java.lang.Object
  extended by org.stanwood.media.source.xbmc.XBMCSetting

public class XBMCSetting
extends java.lang.Object

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

XBMCSetting

public XBMCSetting(Value value)
The constructor

Parameters:
value - The value
Method Detail

getValue

public Value getValue()
Used to get the value

Returns:
the value

setValue

public void setValue(Value value)
Used to set the vlaue

Parameters:
value - the value