org.jvnet.hyperjaxb3.xjc.generator.bean.field
Class TransientSingleField

java.lang.Object
  extended by org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractField
      extended by org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractFieldWithVar
          extended by org.jvnet.hyperjaxb3.xjc.generator.bean.field.SingleField
              extended by org.jvnet.hyperjaxb3.xjc.generator.bean.field.TransientSingleField
All Implemented Interfaces:
com.sun.tools.xjc.outline.FieldOutline

public class TransientSingleField
extends SingleField


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jvnet.hyperjaxb3.xjc.generator.bean.field.SingleField
SingleField.Accessor
 
Field Summary
 
Fields inherited from class org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractFieldWithVar
field
 
Fields inherited from class org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractField
codeModel, exposedType, implType, outline, prop
 
Constructor Summary
TransientSingleField(com.sun.tools.xjc.generator.bean.ClassOutlineImpl context, com.sun.tools.xjc.model.CPropertyInfo prop)
           
 
Method Summary
protected  void annotate(com.sun.codemodel.JAnnotatable field)
          Annotate the field according to the recipes given as CPropertyInfo.
 
Methods inherited from class org.jvnet.hyperjaxb3.xjc.generator.bean.field.SingleField
create, getFieldType
 
Methods inherited from class org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractFieldWithVar
createField, getGetterMethod, getRawType, ref
 
Methods inherited from class org.jvnet.hyperjaxb3.xjc.generator.bean.field.AbstractField
castToImplType, generateField, getPropertyInfo, getType, getType, listPossibleTypes, parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientSingleField

public TransientSingleField(com.sun.tools.xjc.generator.bean.ClassOutlineImpl context,
                            com.sun.tools.xjc.model.CPropertyInfo prop)
Method Detail

annotate

protected void annotate(com.sun.codemodel.JAnnotatable field)
Description copied from class: AbstractField
Annotate the field according to the recipes given as CPropertyInfo.

Overrides:
annotate in class AbstractField


Copyright © 2005-2014. All Rights Reserved.