org.jvnet.hyperjaxb3.xjc.generator.bean.field
Class AbstractFieldWithVar.Accessor
java.lang.Object
org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractField.Accessor
org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractFieldWithVar.Accessor
- All Implemented Interfaces:
- com.sun.tools.xjc.outline.FieldAccessor
- Direct Known Subclasses:
- SingleField.Accessor
- Enclosing class:
- AbstractFieldWithVar
protected abstract class AbstractFieldWithVar.Accessor
- extends AbstractField.Accessor
|
Field Summary |
protected com.sun.codemodel.JFieldRef |
$ref
Reference to the field bound by the target object. |
|
Method Summary |
void |
fromRawValue(com.sun.codemodel.JBlock block,
String uniqueName,
com.sun.codemodel.JExpression $var)
|
void |
toRawValue(com.sun.codemodel.JBlock block,
com.sun.codemodel.JVar $var)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.tools.xjc.outline.FieldAccessor |
hasSetValue, unsetValues |
$ref
protected final com.sun.codemodel.JFieldRef $ref
- Reference to the field bound by the target object.
AbstractFieldWithVar.Accessor
protected AbstractFieldWithVar.Accessor(com.sun.codemodel.JExpression $target)
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-2014. All Rights Reserved.