Interface FieldAccessorEx

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

    public interface FieldAccessorEx
    extends com.sun.tools.xjc.outline.FieldAccessor
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.sun.codemodel.JType getType()  
      boolean isAlwaysSet()  
      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()
      • isAlwaysSet

        boolean isAlwaysSet()