org.jvnet.jaxb2_commons.xjc.outline
Interface FieldAccessorEx

All Superinterfaces:
com.sun.tools.xjc.outline.FieldAccessor

public interface FieldAccessorEx
extends com.sun.tools.xjc.outline.FieldAccessor


Method Summary
 com.sun.codemodel.JType getType()
           
 boolean isConstant()
           
 boolean isVirtual()
           
 
Methods inherited from interface com.sun.tools.xjc.outline.FieldAccessor
fromRawValue, getPropertyInfo, hasSetValue, owner, toRawValue, unsetValues
 

Method Detail

getType

com.sun.codemodel.JType getType()

isConstant

boolean isConstant()

isVirtual

boolean isVirtual()


Copyright © 2005-2012. All Rights Reserved.