public class CmpFieldMapping extends org.netbeans.modules.schema2beans.BaseBean implements HasFetchedWith
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_NAME |
static String |
FETCHED_WITH |
static String |
FIELD_NAME |
static String |
READ_ONLY |
| Constructor and Description |
|---|
CmpFieldMapping() |
CmpFieldMapping(int options) |
| Modifier and Type | Method and Description |
|---|---|
int |
addColumnName(String value) |
static void |
addComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
void |
dump(StringBuffer str,
String indent) |
String |
dumpBeanNode() |
String[] |
getColumnName() |
String |
getColumnName(int index) |
FetchedWith |
getFetchedWith() |
String |
getFieldName() |
boolean |
isReadOnly() |
FetchedWith |
newFetchedWith()
Create a new bean using it's default constructor.
|
int |
removeColumnName(String value) |
static void |
removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
void |
setColumnName(int index,
String value) |
void |
setColumnName(String[] value) |
void |
setFetchedWith(FetchedWith value) |
void |
setFieldName(String value) |
void |
setReadOnly(boolean value) |
int |
sizeColumnName() |
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, writeNoReindentpublic static final String FIELD_NAME
public static final String COLUMN_NAME
public static final String READ_ONLY
public static final String FETCHED_WITH
public CmpFieldMapping()
public CmpFieldMapping(int options)
public void setFieldName(String value)
public String getFieldName()
public void setColumnName(int index,
String value)
public String getColumnName(int index)
public int sizeColumnName()
public void setColumnName(String[] value)
public String[] getColumnName()
public int addColumnName(String value)
public int removeColumnName(String value)
public void setReadOnly(boolean value)
public boolean isReadOnly()
public void setFetchedWith(FetchedWith value)
setFetchedWith in interface HasFetchedWithpublic FetchedWith getFetchedWith()
getFetchedWith in interface HasFetchedWithpublic FetchedWith newFetchedWith()
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.ValidateExceptionpublic void dump(StringBuffer str, String indent)
dump in class org.netbeans.modules.schema2beans.BaseBeanpublic String dumpBeanNode()
dumpBeanNode in class org.netbeans.modules.schema2beans.BaseBeanCopyright © 2019. All rights reserved.