Uses of Class
com.sun.tools.xjc.reader.xmlschema.ct.ComplexTypeBindingMode

Packages that use ComplexTypeBindingMode
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
protected  ComplexTypeBindingMode ComplexTypeFieldBuilder.getBindingMode(com.sun.xml.xsom.XSComplexType type)
          Obtains the binding mode recorded through ComplexTypeFieldBuilder.recordBindingMode(XSComplexType, ComplexTypeBindingMode).
static ComplexTypeBindingMode ComplexTypeBindingMode.valueOf(java.lang.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
 void ComplexTypeFieldBuilder.recordBindingMode(com.sun.xml.xsom.XSComplexType type, ComplexTypeBindingMode flag)
          Records the binding mode of the given complex type.