com.waveset.object
Class Form.FieldMap

java.lang.Object
  extended bycom.waveset.util.AbstractXmlObject
      extended bycom.waveset.object.FormItem
          extended bycom.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.


Field Summary
static java.lang.String ATT_NAME
           
static java.lang.String ATT_READ_ONLY
           
static java.lang.String ATT_SOURCE
           
static java.lang.String ELEMENT
           
 
Fields inherited from class com.waveset.util.AbstractXmlObject
_trace, code_id
 
Constructor Summary
Form.FieldMap()
           
Form.FieldMap(org.w3c.dom.Element e)
           
 
Method Summary
 java.lang.String getElementName()
          Return the element name.
 java.lang.String getSource()
           
 boolean isReadOnly()
           
 void parseXml(org.w3c.dom.Element e)
           
 void setReadOnly(boolean b)
           
 void setSource(java.lang.String s)
           
 void toXml(java.lang.StringBuffer b, int indent)
          Serialize into a buffer with optional indentation.
 
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
 

Field Detail

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
Constructor Detail

Form.FieldMap

public Form.FieldMap()

Form.FieldMap

public Form.FieldMap(org.w3c.dom.Element e)
              throws WavesetException
Method Detail

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