public class SunCmpMapping
extends org.netbeans.modules.schema2beans.BaseBean
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY_MAPPING |
static String |
SCHEMA |
Constructor and Description |
---|
SunCmpMapping() |
SunCmpMapping(int options) |
Modifier and Type | Method and Description |
---|---|
static void |
addComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
int |
addEntityMapping(EntityMapping value) |
void |
dump(StringBuffer str,
String indent) |
String |
dumpBeanNode() |
EntityMapping[] |
getEntityMapping() |
EntityMapping |
getEntityMapping(int index) |
String |
getSchema() |
EntityMapping |
newEntityMapping()
Create a new bean using it's default constructor.
|
static void |
removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
int |
removeEntityMapping(EntityMapping value) |
void |
setEntityMapping(EntityMapping[] value) |
void |
setEntityMapping(int index,
EntityMapping value) |
void |
setSchema(String value) |
int |
sizeEntityMapping() |
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 SCHEMA
public static final String ENTITY_MAPPING
public SunCmpMapping()
public SunCmpMapping(int options)
public void setSchema(String value)
public String getSchema()
public void setEntityMapping(int index, EntityMapping value)
public EntityMapping getEntityMapping(int index)
public int sizeEntityMapping()
public void setEntityMapping(EntityMapping[] value)
public EntityMapping[] getEntityMapping()
public int addEntityMapping(EntityMapping value)
public int removeEntityMapping(EntityMapping value)
public EntityMapping newEntityMapping()
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 © 2021. All rights reserved.