jaxx.compiler
Class CompiledObject.ChildRef
java.lang.Object
jaxx.compiler.CompiledObject.ChildRef
- Enclosing class:
- CompiledObject
public class CompiledObject.ChildRef
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompiledObject.ChildRef
public CompiledObject.ChildRef(CompiledObject child,
String constraints,
String childJavaCode,
String delegateCode)
getConstraints
public String getConstraints()
getDelegateCode
public String getDelegateCode()
getChild
public CompiledObject getChild()
getChildJavaCode
public String getChildJavaCode()
setChildJavaCode
public void setChildJavaCode(String childJavaCode)
addToAdditionCode
public void addToAdditionCode(StringBuilder buffer,
boolean isRootObject)
Copyright © 2008-2011 CodeLutin. All Rights Reserved.