org.apache.ws.jaxme.sqls

Interface Value

Known Implementing Classes:
ValueImpl

public interface Value

An abstract value.
Author:
Jochen Wiedmann

Nested Class Summary

class
Value.Type

Method Summary

Value.Type
getType()
Returns the values type.
Object
getValue()
Returns the actual value.

Method Details

getType

public Value.Type getType()
Returns the values type.

getValue

public Object getValue()
Returns the actual value. This may be null.