Package | Description |
---|---|
com.sun.tools.xjc.reader.xmlschema.ct |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ComplexTypeFieldBuilder.recordBindingMode(XSComplexType type,
ComplexTypeBindingMode flag) |
Records the binding mode of the given complex type.
|
Copyright © 2018 Oracle Corporation. All rights reserved.