|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(XSComplexType type)
Obtains the binding mode recorded through ComplexTypeFieldBuilder.recordBindingMode(XSComplexType, ComplexTypeBindingMode) . |
static ComplexTypeBindingMode |
ComplexTypeBindingMode.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 | |
---|---|
void |
ComplexTypeFieldBuilder.recordBindingMode(XSComplexType type,
ComplexTypeBindingMode flag)
Records the binding mode of the given complex type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |