com.sun.tools.xjc.generator.bean.field

Class AbstractFieldWithVar.Accessor

protected abstract class AbstractFieldWithVar.Accessor extends AbstractField.Accessor

Field Summary
protected JFieldRef$ref
Reference to the field bound by the target object.
Constructor Summary
protected Accessor(JExpression $target)
Method Summary
voidfromRawValue(JBlock block, String uniqueName, JExpression $var)
voidtoRawValue(JBlock block, JVar $var)

Field Detail

$ref

protected final JFieldRef $ref
Reference to the field bound by the target object.

Constructor Detail

Accessor

protected Accessor(JExpression $target)

Method Detail

fromRawValue

public final void fromRawValue(JBlock block, String uniqueName, JExpression $var)

toRawValue

public final void toRawValue(JBlock block, JVar $var)