org.apache.ws.jaxme.sqls.impl

Class ValueImpl

public class ValueImpl extends Object implements Value

Implementation of a value.

Author: Jochen Wiedmann

Constructor Summary
ValueImpl(Value pValue)
ValueImpl(Value.Type pType, Object pValue)
Method Summary
static ObjectasValue(Object pValue)
booleanequals(Object o)
Value.TypegetType()
ObjectgetValue()
inthashCode()

Constructor Detail

ValueImpl

public ValueImpl(Value pValue)

ValueImpl

public ValueImpl(Value.Type pType, Object pValue)

Method Detail

asValue

public static Object asValue(Object pValue)

equals

public boolean equals(Object o)

getType

public Value.Type getType()

getValue

public Object getValue()

hashCode

public int hashCode()