org.jvnet.hyperjaxb3.xjc.generator.bean.field
Class AbstractWrapCollectionField.Accessor

java.lang.Object
  extended by org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractField.Accessor
      extended by org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractWrapCollectionField.Accessor
All Implemented Interfaces:
com.sun.tools.xjc.outline.FieldAccessor
Enclosing class:
AbstractWrapCollectionField

protected class AbstractWrapCollectionField.Accessor
extends AbstractField.Accessor


Field Summary
 
Fields inherited from class org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractField.Accessor
$target
 
Method Summary
 void fromRawValue(com.sun.codemodel.JBlock block, String uniqueName, com.sun.codemodel.JExpression $var)
           
 com.sun.codemodel.JExpression hasSetValue()
           
 void toRawValue(com.sun.codemodel.JBlock block, com.sun.codemodel.JVar $var)
           
 void unsetValues(com.sun.codemodel.JBlock body)
           
 
Methods inherited from class org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractField.Accessor
getPropertyInfo, owner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

unsetValues

public void unsetValues(com.sun.codemodel.JBlock body)

hasSetValue

public com.sun.codemodel.JExpression hasSetValue()

toRawValue

public final void toRawValue(com.sun.codemodel.JBlock block,
                             com.sun.codemodel.JVar $var)

fromRawValue

public final void fromRawValue(com.sun.codemodel.JBlock block,
                               String uniqueName,
                               com.sun.codemodel.JExpression $var)


Copyright © 2005-2011. All Rights Reserved.