Interface FieldAccessorEx

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

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

    Modifier and Type
    Method
    Description
    com.sun.codemodel.JType
     
    boolean
     
    boolean
     
    boolean
     

    Methods inherited from interface com.sun.tools.xjc.outline.FieldAccessor

    fromRawValue, getPropertyInfo, hasSetValue, owner, toRawValue, unsetValues
  • Method Details

    • getType

      com.sun.codemodel.JType getType()
    • isConstant

      boolean isConstant()
    • isVirtual

      boolean isVirtual()
    • isAlwaysSet

      boolean isAlwaysSet()