Apache CXF API

org.apache.cxf.tools.common.model
Class JavaExpression

java.lang.Object
  extended by org.apache.cxf.tools.common.model.JavaExpression

public class JavaExpression
extends Object


Constructor Summary
JavaExpression()
           
 
Method Summary
 String getValue()
          Get the Value value.
 void setValue(String newValue)
          Set the Value value.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaExpression

public JavaExpression()
Method Detail

getValue

public final String getValue()
Get the Value value.

Returns:
a String value

setValue

public final void setValue(String newValue)
Set the Value value.

Parameters:
newValue - The new Value value.

toString

public final String toString()
Overrides:
toString in class Object

Apache CXF API

Apache CXF