org.stanwood.media.source.xbmc.expression
Class ValueFactory

java.lang.Object
  extended by org.stanwood.media.source.xbmc.expression.ValueFactory

public class ValueFactory
extends java.lang.Object

Used to create values


Constructor Summary
ValueFactory()
           
 
Method Summary
static Value createValue(ValueType type, java.lang.String value)
          Create a value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueFactory

public ValueFactory()
Method Detail

createValue

public static Value createValue(ValueType type,
                                java.lang.String value)
Create a value

Parameters:
type - The type of value
value - This is parsed to get the value
Returns:
The value