|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.schema2beans.BaseBean
com.sun.jdo.api.persistence.mapping.ejb.beans.CmrFieldMapping
public class CmrFieldMapping
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.netbeans.modules.schema2beans.BaseBean |
|---|
org.netbeans.modules.schema2beans.BaseBean.IterateChoiceProperties |
| Field Summary | |
|---|---|
static String |
CMR_FIELD_NAME
|
static String |
COLUMN_PAIR
|
static String |
FETCHED_WITH
|
| Fields inherited from class org.netbeans.modules.schema2beans.BaseBean |
|---|
binding, graphManager, MERGE_COMPARE, MERGE_INTERSECT, MERGE_NONE, MERGE_UNION, MERGE_UPDATE |
| Constructor Summary | |
|---|---|
CmrFieldMapping()
|
|
CmrFieldMapping(int options)
|
|
| Method Summary | |
|---|---|
int |
addColumnPair(ColumnPair value)
|
static void |
addComparator(org.netbeans.modules.schema2beans.BeanComparator c)
|
void |
dump(StringBuffer str,
String indent)
|
String |
dumpBeanNode()
|
String |
getCmrFieldName()
|
ColumnPair[] |
getColumnPair()
|
ColumnPair |
getColumnPair(int index)
|
FetchedWith |
getFetchedWith()
|
ColumnPair |
newColumnPair()
Create a new bean using it's default constructor. |
FetchedWith |
newFetchedWith()
Create a new bean using it's default constructor. |
int |
removeColumnPair(ColumnPair value)
|
static void |
removeComparator(org.netbeans.modules.schema2beans.BeanComparator c)
|
void |
setCmrFieldName(String value)
|
void |
setColumnPair(ColumnPair[] value)
|
void |
setColumnPair(int index,
ColumnPair value)
|
void |
setFetchedWith(FetchedWith value)
|
int |
sizeColumnPair()
|
void |
validate()
|
| Methods inherited from class org.netbeans.modules.schema2beans.BaseBean |
|---|
_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 |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CMR_FIELD_NAME
public static final String COLUMN_PAIR
public static final String FETCHED_WITH
| Constructor Detail |
|---|
public CmrFieldMapping()
public CmrFieldMapping(int options)
| Method Detail |
|---|
public void setCmrFieldName(String value)
public String getCmrFieldName()
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 void setFetchedWith(FetchedWith value)
setFetchedWith in interface HasFetchedWithpublic FetchedWith getFetchedWith()
getFetchedWith in interface HasFetchedWithpublic ColumnPair newColumnPair()
public 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.ValidateException
public void dump(StringBuffer str,
String indent)
dump in class org.netbeans.modules.schema2beans.BaseBeanpublic String dumpBeanNode()
dumpBeanNode in class org.netbeans.modules.schema2beans.BaseBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||