org.apache.ws.jaxme.sqls

Interface Value

public interface Value

An abstract value.

Author: Jochen Wiedmann

Nested Class Summary
static classValue.Type
Method Summary
Value.TypegetType()

Returns the values type.

ObjectgetValue()

Returns the actual value.

Method Detail

getType

public Value.Type getType()

Returns the values type.

getValue

public Object getValue()

Returns the actual value. This may be null.