Uses of Enum
com.sun.tools.xjc.reader.xmlschema.ct.ComplexTypeBindingMode
Packages that use ComplexTypeBindingMode
-
Uses of ComplexTypeBindingMode in com.sun.tools.xjc.reader.xmlschema.ct
Methods in com.sun.tools.xjc.reader.xmlschema.ct that return ComplexTypeBindingModeModifier and TypeMethodDescriptionprotected ComplexTypeBindingModeComplexTypeFieldBuilder.getBindingMode(XSComplexType type) Obtains the binding mode recorded throughComplexTypeFieldBuilder.recordBindingMode(XSComplexType, ComplexTypeBindingMode).static ComplexTypeBindingModeReturns 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 ComplexTypeBindingModeModifier and TypeMethodDescriptionvoidComplexTypeFieldBuilder.recordBindingMode(XSComplexType type, ComplexTypeBindingMode flag) Records the binding mode of the given complex type.