Apache CXF API

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

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

public class JavaCodeBlock
extends Object


Constructor Summary
JavaCodeBlock()
           
 
Method Summary
 List<JavaExpression> getExpressions()
          Get the Expressions value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCodeBlock

public JavaCodeBlock()
Method Detail

getExpressions

public final List<JavaExpression> getExpressions()
Get the Expressions value.

Returns:
a List value

Apache CXF API

Apache CXF