com.sodius.mdw.core.eval.debug
Interface DebugValue

All Known Subinterfaces:
MDWObjectCollectionValue, MDWObjectValue, ModelValue

public interface DebugValue

Description of a value, represented as a a String.

This interface is not intended to be implemented by clients.


Method Summary
 String getClassName()
          Returns the Java class name of the underlying value ("java.util.List" for example).
 String getStringValue()
          Returns a description of the underlying value as a String.
 

Method Detail

getStringValue

String getStringValue()
Returns a description of the underlying value as a String.

Returns:
description of the underlying value as a String.

getClassName

String getClassName()
Returns the Java class name of the underlying value ("java.util.List" for example).

Returns:
the Java class name of the underlying value.