org.apache.ws.jaxme.sqls
Interface Value

All Known Implementing Classes:
ValueImpl

public interface Value

An abstract value.

Author:
Jochen Wiedmann

Nested Class Summary
static class Value.Type
           
 
Method Summary
 Value.Type getType()
          Returns the values type.
 java.lang.Object getValue()
          Returns the actual value.
 

Method Detail

getType

Value.Type getType()

Returns the values type.


getValue

java.lang.Object getValue()

Returns the actual value. This may be null.