Uses of Class
com.sun.tools.xjc.reader.xmlschema.ct.ComplexTypeBindingMode
-
Packages that use ComplexTypeBindingMode Package Description com.sun.tools.xjc.reader.xmlschema.ct -
-
Uses of ComplexTypeBindingMode in com.sun.tools.xjc.reader.xmlschema.ct
Methods in com.sun.tools.xjc.reader.xmlschema.ct that return ComplexTypeBindingMode Modifier and Type Method Description protected ComplexTypeBindingModeComplexTypeFieldBuilder. getBindingMode(XSComplexType type)Obtains the binding mode recorded throughComplexTypeFieldBuilder.recordBindingMode(XSComplexType, ComplexTypeBindingMode).static ComplexTypeBindingModeComplexTypeBindingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ComplexTypeBindingMode[]ComplexTypeBindingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.tools.xjc.reader.xmlschema.ct with parameters of type ComplexTypeBindingMode Modifier and Type Method Description voidComplexTypeFieldBuilder. recordBindingMode(XSComplexType type, ComplexTypeBindingMode flag)Records the binding mode of the given complex type.
-