org.apache.ws.jaxme.sqls
public interface Value
An abstract value.
| Nested Class Summary | |
|---|---|
| static class | Value.Type |
| Method Summary | |
|---|---|
| Value.Type | getType() Returns the values type. |
| Object | getValue() Returns the actual value. |
Returns the values type.
Returns the actual value. This may be null.