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

java.lang.Object
  extended by com.sun.tools.xjc.generator.bean.field.AbstractField
      extended by com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar
          extended by com.sun.tools.xjc.generator.bean.field.SingleField
              extended by com.sun.tools.xjc.generator.bean.field.SinglePrimitiveAccessField
All Implemented Interfaces:
FieldOutline

public class SinglePrimitiveAccessField
extends SingleField

SingleField that forces the primitive accessor type.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.tools.xjc.generator.bean.field.SingleField
SingleField.Accessor
 
Field Summary
 
Fields inherited from class com.sun.tools.xjc.generator.bean.field.AbstractField
codeModel, exposedType, implType, outline, prop
 
Constructor Summary
protected SinglePrimitiveAccessField(ClassOutlineImpl context, CPropertyInfo prop)
           
 
Method Summary
 
Methods inherited from class com.sun.tools.xjc.generator.bean.field.SingleField
create, getFieldType
 
Methods inherited from class com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar
createField, getGetterMethod, getRawType, ref
 
Methods inherited from class com.sun.tools.xjc.generator.bean.field.AbstractField
annotate, castToImplType, generateField, getOptions, getPropertyInfo, getType, listPossibleTypes, parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SinglePrimitiveAccessField

protected SinglePrimitiveAccessField(ClassOutlineImpl context,
                                     CPropertyInfo prop)