org.jvnet.hyperjaxb3.xjc.generator.bean.field
Class AbstractWrapCollectionField.Accessor
java.lang.Object
org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractField.Accessor
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.