Package | Description |
---|---|
com.sun.tools.xjc.reader.xmlschema | |
com.sun.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
Modifier and Type | Method | Description |
---|---|---|
BindInfo |
BGMBuilder.getBindInfo(XSComponent schemaComponent) |
Gets the BindInfo object associated to a schema component.
|
BindInfo |
BGMBuilder.getOrCreateBindInfo(XSComponent schemaComponent) |
Gets or creates the BindInfo object associated to a schema component.
|
Modifier and Type | Field | Description |
---|---|---|
static BindInfo |
BindInfo.empty |
An instance with the empty contents.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BindInfo.absorb(BindInfo bi) |
Merges all the declarations inside the given BindInfo
to this BindInfo.
|
void |
BIClass.setParent(BindInfo p) |
|
void |
BIDeclaration.setParent(BindInfo parent) |
Sets the parent BindInfo object of this declaration.
|
void |
BIEnum.setParent(BindInfo p) |
|
void |
BIGlobalBinding.setParent(BindInfo parent) |
|
void |
BIProperty.setParent(BindInfo parent) |
Copyright © 2018 Oracle Corporation. All rights reserved.