@Deprecated public class XSQLBluePrintNode extends Object implements Serializable
| Constructor and Description |
|---|
XSQLBluePrintNode(Class<?> _myInterface,
int _level)
Deprecated.
|
XSQLBluePrintNode(Object _odlNode,
int _level,
XSQLBluePrintNode _parent)
Deprecated.
|
XSQLBluePrintNode(String name,
String _origName,
int _level)
Deprecated.
|
public XSQLBluePrintNode(Class<?> _myInterface, int _level)
public XSQLBluePrintNode(Object _odlNode, int _level, XSQLBluePrintNode _parent)
public void mergeAugmentation(XSQLBluePrintNode aug)
public Object getFirstFromSchemaNodes()
public String getOrigName()
public String getBluePrintNodeName()
public boolean isModule()
public Set<XSQLBluePrintNode> getChildren()
public String getODLTableName()
public void addChild(XSQLBluePrintNode ch)
public boolean isModelChild(Class<?> p)
public Set<XSQLBluePrintRelation> getRelations()
public String getClassName()
public void addInheritingNode(XSQLBluePrintNode node)
public Set<XSQLBluePrintNode> getInheritingNodes()
public XSQLColumn addColumn(String name, String tableName, String origName, String origTableName)
public void addColumn(String methodName)
public Collection<XSQLColumn> getColumns()
public XSQLColumn findColumnByName(String name) throws SQLException
SQLExceptionpublic void addParent(XSQLBluePrintNode parent, String property)
public XSQLBluePrintNode getParent()
public Set<XSQLBluePrintRelation> getClonedParents()
public Class<?> getInterface()
public int getLevel()
Copyright © 2017 OpenDaylight. All rights reserved.