Uses of Class
com.sun.tools.xjc.generator.bean.ImplStructureStrategy
-
Packages that use ImplStructureStrategy Package Description com.sun.tools.xjc.generator.bean com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.core
package for XJC.com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. -
-
Uses of ImplStructureStrategy in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return ImplStructureStrategy Modifier and Type Method Description static ImplStructureStrategy
ImplStructureStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImplStructureStrategy[]
ImplStructureStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImplStructureStrategy in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as ImplStructureStrategy Modifier and Type Field Description ImplStructureStrategy
Model. strategy
Specifies the code generation strategy. -
Uses of ImplStructureStrategy in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return ImplStructureStrategy Modifier and Type Method Description ImplStructureStrategy
BIGlobalBinding. getCodeGenerationStrategy()
-