public class SecondaryTable
extends org.netbeans.modules.schema2beans.BaseBean
Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_PAIR |
static String |
TABLE_NAME |
Constructor and Description |
---|
SecondaryTable() |
SecondaryTable(int options) |
Modifier and Type | Method and Description |
---|---|
int |
addColumnPair(ColumnPair value) |
static void |
addComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
void |
dump(StringBuffer str,
String indent) |
String |
dumpBeanNode() |
ColumnPair[] |
getColumnPair() |
ColumnPair |
getColumnPair(int index) |
String |
getTableName() |
ColumnPair |
newColumnPair()
Create a new bean using it's default constructor.
|
int |
removeColumnPair(ColumnPair value) |
static void |
removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
void |
setColumnPair(ColumnPair[] value) |
void |
setColumnPair(int index,
ColumnPair value) |
void |
setTableName(String value) |
int |
sizeColumnPair() |
void |
validate() |
_getParent, _getRoot, _getXPathExpr, _getXPathExpr, _setChanged, addBeanComparator, addComment, addKnownValue, addPropertyChangeListener, addPropertyChangeListener, addValue, addValue, beanProp, beanProp, beanProp, beanProps, beanPropsIterator, buildPathName, changeDocType, childBeans, childBeans, clone, comments, copyProperty, createAttribute, createAttribute, createBean, createGraph, createGraph, createGraph, createGraph, createProperty, createProperty, createRoot, domBinding, dtdName, dumpAttributes, dumpDomNode, dumpDomNode, dumpDomNode, dumpXml, findAttributeValue, findPropertyValue, findValue, fullName, getAttributeNames, getAttributeNames, getAttributeValue, getAttributeValue, getAttributeValue, getDefaultNamespace, getProperty, getProperty, getValue, getValue, getValueById, getValues, graphManager, hasDomNode, hasName, idToIndex, indexOf, indexToId, init, initPropertyTables, isChoiceProperty, isChoiceProperty, isEqualTo, isNull, isNull, isRoot, knownValues, listAttributes, listAttributes, listChoiceProperties, listChoiceProperties, listProperties, merge, merge, mergeUpdate, name, nameChild, nameChild, nameChild, nameSelf, newInstance, parent, propertyById, reindent, reindent, removeBeanComparator, removeComment, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setDefaultNamespace, setDomBinding, setGraphManager, setValue, setValue, setValue, setValue, setValueById, size, toString, write, write, write, write, write, writeNode, writeNoReindent
public static final String TABLE_NAME
public static final String COLUMN_PAIR
public SecondaryTable()
public SecondaryTable(int options)
public void setTableName(String value)
public String getTableName()
public void setColumnPair(int index, ColumnPair value)
public ColumnPair getColumnPair(int index)
public int sizeColumnPair()
public void setColumnPair(ColumnPair[] value)
public ColumnPair[] getColumnPair()
public int addColumnPair(ColumnPair value)
public int removeColumnPair(ColumnPair value)
public ColumnPair newColumnPair()
public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public void validate() throws org.netbeans.modules.schema2beans.ValidateException
org.netbeans.modules.schema2beans.ValidateException
public void dump(StringBuffer str, String indent)
dump
in class org.netbeans.modules.schema2beans.BaseBean
public String dumpBeanNode()
dumpBeanNode
in class org.netbeans.modules.schema2beans.BaseBean
Copyright © 2019. All rights reserved.