| java.lang.Object org.netbeans.modules.schema2beansdev.metadd.MetaProperty
Method Summary | |
public int | addDefaultValue(String value) | public int | addKnownValue(String value) | public void | changePropertyByName(String name, Object value) | public org.netbeans.modules.schema2beansdev.metadd.CommonBean[] | childBeans(boolean recursive) Return an array of all of the properties that are beans and are set. | public void | childBeans(boolean recursive, java.util.List beans) Put all child beans into the beans list. | public boolean | equals(Object o) | public boolean | equals(org.netbeans.modules.schema2beansdev.metadd.MetaProperty inst) | public java.util.List | fetchDefaultValueList() | public java.util.List | fetchKnownValueList() | public Object | fetchPropertyByName(String name) | public String | getBeanName() | public String[] | getDefaultValue() | public String | getDefaultValue(int index) | public String[] | getKnownValue() | public String | getKnownValue(int index) | public int | hashCode() | public boolean | isKey() | public boolean | isVetoable() | public String | nameChild(Object childObj) | public String | nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName) | public String | nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName, boolean returnXPathName) | public String | nameSelf() | public void | readNode(org.w3c.dom.Node node) | public void | readNode(org.w3c.dom.Node node, java.util.Map namespacePrefixes) | public int | removeDefaultValue(String value) Search from the end looking for @param value, and then remove it. | public int | removeKnownValue(String value) Search from the end looking for @param value, and then remove it. | public void | setBeanName(String value) | public void | setDefaultValue(String[] value) | public void | setDefaultValue(int index, String value) | public void | setKey(boolean value) | public void | setKnownValue(String[] value) | public void | setKnownValue(int index, String value) | public void | setVetoable(boolean value) | public int | sizeDefaultValue() | public int | sizeKnownValue() | public String | toString() | public void | validate() | public void | writeNode(java.io.Writer out) | public void | writeNode(java.io.Writer out, String nodeName, String indent) | public void | writeNode(java.io.Writer out, String nodeName, String namespace, String indent, java.util.Map namespaceMap) It's not recommended to call this method directly. |
MetaProperty | public MetaProperty()(Code) | | Normal starting point constructor.
|
MetaProperty | public MetaProperty(String beanName)(Code) | | Required parameters constructor
|
addDefaultValue | public int addDefaultValue(String value)(Code) | | |
childBeans | public void childBeans(boolean recursive, java.util.List beans)(Code) | | Put all child beans into the beans list.
|
getDefaultValue | public String getDefaultValue(int index)(Code) | | |
hashCode | public int hashCode()(Code) | | |
isKey | public boolean isKey()(Code) | | |
isVetoable | public boolean isVetoable()(Code) | | |
nameChild | public String nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName)(Code) | | Parameters: childObj - The child object to search for Parameters: returnSchemaName - Whether or not the schema name should be returned or the property name null if not found |
nameChild | public String nameChild(Object childObj, boolean returnConstName, boolean returnSchemaName, boolean returnXPathName)(Code) | | Parameters: childObj - The child object to search for Parameters: returnSchemaName - Whether or not the schema name should be returned or the property name null if not found |
removeDefaultValue | public int removeDefaultValue(String value)(Code) | | Search from the end looking for @param value, and then remove it.
|
removeKnownValue | public int removeKnownValue(String value)(Code) | | Search from the end looking for @param value, and then remove it.
|
setDefaultValue | public void setDefaultValue(String[] value)(Code) | | |
setDefaultValue | public void setDefaultValue(int index, String value)(Code) | | |
setKey | public void setKey(boolean value)(Code) | | |
setKnownValue | public void setKnownValue(String[] value)(Code) | | |
setKnownValue | public void setKnownValue(int index, String value)(Code) | | |
setVetoable | public void setVetoable(boolean value)(Code) | | |
sizeDefaultValue | public int sizeDefaultValue()(Code) | | |
sizeKnownValue | public int sizeKnownValue()(Code) | | |
validate | public void validate() throws org.netbeans.modules.schema2beansdev.metadd.MetaDD.ValidateException(Code) | | |
|
|