org.araneaframework.backend.list.memorybased.expression
Interface Value

All Known Implementing Classes:
ValueExpression

public interface Value

General interface for holding a Value.


Method Summary
 String getName()
          Returns the name of the Value.
 Object getValue()
          Returns the Value as an Object.
 

Method Detail

getName

public String getName()
Returns the name of the Value.

Returns:
the name of the Value.

getValue

public Object getValue()
Returns the Value as an Object.

Returns:
the Value as an Object.