| Package | Description |
|---|---|
| org.netbeans.modules.s2banttask | |
| org.netbeans.modules.schema2beansdev | |
| org.netbeans.modules.schema2beansdev.metadd |
| Modifier and Type | Method and Description |
|---|---|
MetaDD |
S2bConfigDelegator.getMetaDD() |
| Modifier and Type | Method and Description |
|---|---|
void |
S2bConfigDelegator.setMetaDD(MetaDD value) |
| Modifier and Type | Field and Description |
|---|---|
protected MetaDD |
AbstractCodeGeneratorClass.mdd |
| Modifier and Type | Method and Description |
|---|---|
MetaDD |
S2bConfig.getMetaDD() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaBeanClass.generate(OutputStream out,
MetaDD mdd)
Generate the java code in the out stream, using the optional
metaDD bean graph.
|
void |
CodeGeneratorClass.generate(OutputStream out,
MetaDD mdd)
Generate the java code in the out stream, using the optional
metaDD bean graph.
|
void |
BeanClass.generate(OutputStream out,
MetaDD mdd)
Generate the java code in the out stream, using the optional
metaDD bean graph.
|
abstract void |
AbstractCodeGeneratorClass.generate(OutputStream out,
MetaDD mdd) |
void |
CodeGeneratorClass.generate(String filename,
MetaDD mdd)
Generate the java code in the out stream, using the optional
metaDD bean graph.
|
void |
AbstractCodeGeneratorClass.generate(String filename,
MetaDD mdd)
Generate the java code in the out stream, using the optional
metaDD bean graph.
|
void |
CodeGeneratorClass.generateDelegator(OutputStream out,
MetaDD mdd,
String delegatorClassName,
String delegatorPackageName) |
void |
AbstractCodeGeneratorClass.generateDelegator(OutputStream out,
MetaDD mdd,
String delegatorClassName,
String delegatorPackageName) |
void |
S2bConfig.setMetaDD(MetaDD value) |
| Modifier and Type | Method and Description |
|---|---|
static MetaDD |
MetaDD.read(Document document) |
static MetaDD |
MetaDD.read(File f) |
static MetaDD |
MetaDD.read(InputSource in,
boolean validate,
EntityResolver er,
ErrorHandler eh) |
static MetaDD |
MetaDD.read(InputStream in) |
static MetaDD |
MetaDD.readNoEntityResolver(InputStream in)
Warning: in readNoEntityResolver character and entity references will
not be read from any DTD in the XML source.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MetaDD.equals(MetaDD inst) |
| Constructor and Description |
|---|
MetaDD(MetaDD source)
Deep copy
|
MetaDD(MetaDD source,
boolean justData)
Deep copy
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.