org.jvnet.jaxb2_commons.xjc.outline.artificial
Class AbstractSinglePropertyOutline.PropertyAccessor

java.lang.Object
  extended by org.jvnet.jaxb2_commons.xjc.outline.artificial.AbstractPropertyOutline.PropertyAccessor
      extended by org.jvnet.jaxb2_commons.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.jaxb2_commons.xjc.outline.artificial.AbstractPropertyOutline.PropertyAccessor
target
 
Constructor Summary
AbstractSinglePropertyOutline.PropertyAccessor(com.sun.codemodel.JExpression target)
           
 
Method Summary
 void get(com.sun.codemodel.JBlock block, com.sun.codemodel.JVar variable)
           
 void set(com.sun.codemodel.JBlock block, String uniqueName, com.sun.codemodel.JExpression value)
           
 
Methods inherited from class org.jvnet.jaxb2_commons.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.jaxb2_commons.xjc.outline.MPropertyAccessor
isSet, unset
 

Constructor Detail

AbstractSinglePropertyOutline.PropertyAccessor

public AbstractSinglePropertyOutline.PropertyAccessor(com.sun.codemodel.JExpression target)
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)


Copyright © 2005-2012. All Rights Reserved.