public interface CommonBean
| Modifier and Type | Method and Description |
|---|---|
void |
changePropertyByName(String name,
Object value) |
CommonBean[] |
childBeans(boolean recursive) |
void |
childBeans(boolean recursive,
List beans) |
boolean |
equals(Object o) |
Object |
fetchPropertyByName(String name) |
int |
hashCode() |
boolean |
isVetoable() |
String |
nameChild(Object childObj) |
String |
nameChild(Object childObj,
boolean returnConstName,
boolean returnSchemaName) |
String |
nameChild(Object childObj,
boolean returnConstName,
boolean returnSchemaName,
boolean returnXPathName) |
String |
nameSelf() |
void |
readNode(Node node) |
void |
readNode(Node node,
Map namespacePrefixes) |
void |
setVetoable(boolean value) |
String |
toString() |
void |
validate() |
void |
writeNode(Writer out) |
void |
writeNode(Writer out,
String nodeName,
String indent) |
CommonBean[] childBeans(boolean recursive)
void childBeans(boolean recursive,
List beans)
boolean isVetoable()
String nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName, boolean returnXPathName)
String nameSelf()
void readNode(Node node)
void setVetoable(boolean value)
void validate()
throws MetaDD.ValidateException
MetaDD.ValidateExceptionvoid writeNode(Writer out) throws IOException
IOExceptionvoid writeNode(Writer out, String nodeName, String indent) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.