| Package | Description |
|---|---|
| org.netbeans.modules.schema2beans |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBean
This class is the base class for any generated bean.
|
| Modifier and Type | Method and Description |
|---|---|
Bean |
Bean._getParent() |
Bean |
BaseBean._getParent() |
Bean |
Bean._getRoot() |
Bean |
BaseBean._getRoot()
Return the root of the graph.
|
static Bean |
GraphManager.getPropertyParent(Bean theRoot,
String name) |
Bean |
Bean.propertyById(String name,
int id) |
Bean |
BaseBean.propertyById(String name,
int id)
Get the bean using its unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GraphManager.getKeyPropertyName(Bean theRoot,
String propName,
String[] prop,
String[] key,
boolean keyName) |
static int |
GraphManager.getPropertyIndex(Bean theRoot,
String name) |
static Bean |
GraphManager.getPropertyParent(Bean theRoot,
String name) |
Copyright © 2017. All Rights Reserved.