public class BIConstructor
extends java.lang.Object
<constructor> declaration in the binding file.
Since JAXB will generate both interfaces and implementations, A constructor declaration will create:
| Modifier and Type | Method | Description |
|---|---|---|
void |
createDeclaration(CClassInfo cls) |
Creates a constructor declaration into the ClassItem.
|
org.xml.sax.Locator |
getSourceLocation() |
Gets the location where this declaration is declared.
|
public void createDeclaration(CClassInfo cls)
cls - ClassItem object that corresponds to the
element declaration that contains this declaration.public org.xml.sax.Locator getSourceLocation()
Copyright © 2017 Oracle Corporation. All rights reserved.