|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.generator.bean.field.AbstractField.Accessor
protected abstract class AbstractField.Accessor
Useful base class for implementing FieldAccessor
.
Field Summary | |
---|---|
protected com.sun.codemodel.JExpression |
$target
Evaluates to the target object this accessor should access. |
Constructor Summary | |
---|---|
protected |
AbstractField.Accessor(com.sun.codemodel.JExpression $target)
|
Method Summary | |
---|---|
CPropertyInfo |
getPropertyInfo()
Short for owner().getPropertyInfo() |
FieldOutline |
owner()
Gets the FieldOutline from which
this object is created. |
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 |
---|
add, fromRawValue, getContentValue, hasSetValue, toArray, toRawValue, unsetValues |
Field Detail |
---|
protected final com.sun.codemodel.JExpression $target
Constructor Detail |
---|
protected AbstractField.Accessor(com.sun.codemodel.JExpression $target)
Method Detail |
---|
public final FieldOutline owner()
FieldAccessor
FieldOutline
from which
this object is created.
owner
in interface FieldAccessor
public final CPropertyInfo getPropertyInfo()
FieldAccessor
getPropertyInfo
in interface FieldAccessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |