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
 

Fields in com.sun.tools.xjc.reader.xmlschema.bindinfo declared as EnumMemberMode
(package private)  EnumMemberMode BIGlobalBinding.generateEnumMemberName
          Returns true if the compiler needs to generate type-safe enum member names when enumeration values cannot be used as constant names.
 

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(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.