com.waveset.object
Class Form.FieldMap
java.lang.Object
com.waveset.util.AbstractXmlObject
com.waveset.object.FormItem
com.waveset.object.Form.FieldMap
- All Implemented Interfaces:
- com.sun.idm.debugger.common.Locatable, javax.naming.Referenceable, XmlObject
- Enclosing class:
- Form
- public static class Form.FieldMap
- extends FormItem
Class representing a FieldMap.
Methods inherited from class com.waveset.object.FormItem |
addCommonAttributes, addItem, addItem, addItems, clearItems, getComments, getForm, getItemList, getItems, getLocation, getName, getParent, link, parseChild, parseCommonAttributes, setComments, setItems, setLocation, setName, setParent, toXmlChildren |
Methods inherited from class com.waveset.util.AbstractXmlObject |
addXmlHeader, cloneObject, dump, dumpFile, getReference, println, setTrace, toIdentityString, toVerboseString, toVerboseString, toXml, toXml, toXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
ATT_NAME
public static final java.lang.String ATT_NAME
- See Also:
- Constant Field Values
ATT_SOURCE
public static final java.lang.String ATT_SOURCE
- See Also:
- Constant Field Values
ATT_READ_ONLY
public static final java.lang.String ATT_READ_ONLY
- See Also:
- Constant Field Values
Form.FieldMap
public Form.FieldMap()
Form.FieldMap
public Form.FieldMap(org.w3c.dom.Element e)
throws WavesetException
getElementName
public java.lang.String getElementName()
- Description copied from class:
AbstractXmlObject
- Return the element name.
- Specified by:
getElementName
in interface XmlObject
- Specified by:
getElementName
in class AbstractXmlObject
getSource
public java.lang.String getSource()
isReadOnly
public boolean isReadOnly()
setSource
public void setSource(java.lang.String s)
setReadOnly
public void setReadOnly(boolean b)
parseXml
public void parseXml(org.w3c.dom.Element e)
throws WavesetException
- Throws:
WavesetException
toXml
public void toXml(java.lang.StringBuffer b,
int indent)
- Description copied from class:
AbstractXmlObject
- Serialize into a buffer with optional indentation.
This must be implemented by the subclass.
- Specified by:
toXml
in interface XmlObject
- Specified by:
toXml
in class AbstractXmlObject