Uses of Class
com.sun.tools.xjc.reader.xmlschema.bindinfo.EnumMemberMode

Packages that use EnumMemberMode
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
 

Uses of EnumMemberMode in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return EnumMemberMode
 EnumMemberMode BIGlobalBinding.getEnumMemberMode()
           
 EnumMemberMode EnumMemberMode.getModeWithEnum()
          The mode will change to this when there's <jaxb:enum> customization.
static EnumMemberMode EnumMemberMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumMemberMode[] EnumMemberMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.