public class Property
extends org.netbeans.modules.schema2beans.BaseBean
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
NAME |
static String |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
static void |
addComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
void |
dump(StringBuffer str,
String indent) |
String |
dumpBeanNode() |
String |
getDescription() |
String |
getName() |
String |
getValue() |
static void |
removeComparator(org.netbeans.modules.schema2beans.BeanComparator c) |
void |
setDescription(String value) |
void |
setName(String value) |
void |
setValue(String value) |
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 NAME
public static final String VALUE
public static final String DESCRIPTION
public void setName(String value)
public String getName()
public void setValue(String value)
public String getValue()
public void setDescription(String value)
public String getDescription()
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.