|
||||||||||
| 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.SunCmpMappings
public class SunCmpMappings
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.netbeans.modules.schema2beans.BaseBean |
|---|
org.netbeans.modules.schema2beans.BaseBean.IterateChoiceProperties |
| Field Summary | |
|---|---|
static java.lang.String |
SUN_CMP_MAPPING
|
| Fields inherited from class org.netbeans.modules.schema2beans.BaseBean |
|---|
binding, graphManager, MERGE_COMPARE, MERGE_INTERSECT, MERGE_NONE, MERGE_UNION, MERGE_UPDATE |
| Constructor Summary | |
|---|---|
SunCmpMappings()
|
|
SunCmpMappings(int options)
|
|
SunCmpMappings(org.w3c.dom.Node doc,
int options)
|
|
| Method Summary | |
|---|---|
java.lang.String |
_getSchemaLocation()
|
void |
_setSchemaLocation(java.lang.String location)
|
static void |
addComparator(org.netbeans.modules.schema2beans.BeanComparator c)
|
int |
addSunCmpMapping(SunCmpMapping value)
|
static SunCmpMappings |
createGraph()
|
static SunCmpMappings |
createGraph(java.io.File f)
|
static SunCmpMappings |
createGraph(java.io.InputStream in)
|
static SunCmpMappings |
createGraph(java.io.InputStream in,
boolean validate)
|
static SunCmpMappings |
createGraph(org.w3c.dom.Node doc)
|
void |
dump(java.lang.StringBuffer str,
java.lang.String indent)
|
java.lang.String |
dumpBeanNode()
|
SunCmpMapping[] |
getSunCmpMapping()
|
SunCmpMapping |
getSunCmpMapping(int index)
|
protected void |
initFromNode(org.w3c.dom.Node doc,
int options)
|
protected void |
initOptions(int options)
|
SunCmpMapping |
newSunCmpMapping()
Create a new bean using it's default constructor. |
static void |
removeComparator(org.netbeans.modules.schema2beans.BeanComparator c)
|
int |
removeSunCmpMapping(SunCmpMapping value)
|
void |
setSunCmpMapping(int index,
SunCmpMapping value)
|
void |
setSunCmpMapping(SunCmpMapping[] value)
|
int |
sizeSunCmpMapping()
|
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 java.lang.String SUN_CMP_MAPPING
| Constructor Detail |
|---|
public SunCmpMappings()
throws org.netbeans.modules.schema2beans.Schema2BeansException
org.netbeans.modules.schema2beans.Schema2BeansException
public SunCmpMappings(org.w3c.dom.Node doc,
int options)
throws org.netbeans.modules.schema2beans.Schema2BeansException
org.netbeans.modules.schema2beans.Schema2BeansExceptionpublic SunCmpMappings(int options)
| Method Detail |
|---|
protected void initFromNode(org.w3c.dom.Node doc,
int options)
throws org.netbeans.modules.schema2beans.Schema2BeansException
org.netbeans.modules.schema2beans.Schema2BeansExceptionprotected void initOptions(int options)
public void setSunCmpMapping(int index,
SunCmpMapping value)
public SunCmpMapping getSunCmpMapping(int index)
public int sizeSunCmpMapping()
public void setSunCmpMapping(SunCmpMapping[] value)
public SunCmpMapping[] getSunCmpMapping()
public int addSunCmpMapping(SunCmpMapping value)
public int removeSunCmpMapping(SunCmpMapping value)
public SunCmpMapping newSunCmpMapping()
public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public static SunCmpMappings createGraph(org.w3c.dom.Node doc)
throws org.netbeans.modules.schema2beans.Schema2BeansException
org.netbeans.modules.schema2beans.Schema2BeansException
public static SunCmpMappings createGraph(java.io.File f)
throws org.netbeans.modules.schema2beans.Schema2BeansException,
java.io.IOException
org.netbeans.modules.schema2beans.Schema2BeansException
java.io.IOException
public static SunCmpMappings createGraph(java.io.InputStream in)
throws org.netbeans.modules.schema2beans.Schema2BeansException
org.netbeans.modules.schema2beans.Schema2BeansException
public static SunCmpMappings createGraph(java.io.InputStream in,
boolean validate)
throws org.netbeans.modules.schema2beans.Schema2BeansException
org.netbeans.modules.schema2beans.Schema2BeansExceptionpublic static SunCmpMappings createGraph()
public void validate()
throws org.netbeans.modules.schema2beans.ValidateException
org.netbeans.modules.schema2beans.ValidateExceptionpublic void _setSchemaLocation(java.lang.String location)
public java.lang.String _getSchemaLocation()
public void dump(java.lang.StringBuffer str,
java.lang.String indent)
dump in class org.netbeans.modules.schema2beans.BaseBeanpublic java.lang.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 | |||||||||