Class AbstractSinglePropertyOutline.PropertyAccessor
- java.lang.Object
-
- org.jvnet.jaxb.xjc.outline.artificial.AbstractPropertyOutline.PropertyAccessor
-
- org.jvnet.jaxb.xjc.outline.artificial.AbstractSinglePropertyOutline.PropertyAccessor
-
- All Implemented Interfaces:
MPropertyAccessor
- Direct Known Subclasses:
SinglePropertyOutline.PropertyAccessor
- Enclosing class:
- AbstractSinglePropertyOutline
protected abstract class AbstractSinglePropertyOutline.PropertyAccessor extends AbstractPropertyOutline.PropertyAccessor
-
-
Field Summary
-
Fields inherited from class org.jvnet.jaxb.xjc.outline.artificial.AbstractPropertyOutline.PropertyAccessor
target
-
-
Constructor Summary
Constructors Constructor Description PropertyAccessor(com.sun.codemodel.JExpression target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidget(com.sun.codemodel.JBlock block, com.sun.codemodel.JVar variable)voidset(com.sun.codemodel.JBlock block, String uniqueName, com.sun.codemodel.JExpression value)-
Methods inherited from class org.jvnet.jaxb.xjc.outline.artificial.AbstractPropertyOutline.PropertyAccessor
getType, isConstant, isVirtual
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jvnet.jaxb.xjc.outline.MPropertyAccessor
isSet, unset
-
-
-
-
Method Detail
-
get
public void get(com.sun.codemodel.JBlock block, com.sun.codemodel.JVar variable)
-
set
public void set(com.sun.codemodel.JBlock block, String uniqueName, com.sun.codemodel.JExpression value)
-
-