com.waveset.object
Class Form.FormRef

java.lang.Object
  extended bycom.waveset.util.AbstractXmlObject
      extended bycom.waveset.object.FormItem
          extended bycom.waveset.object.Form.Reference
              extended bycom.waveset.object.Form.FormRef
All Implemented Interfaces:
java.lang.Cloneable, com.sun.idm.debugger.common.Locatable, javax.naming.Referenceable, XmlObject
Enclosing class:
Form

public static class Form.FormRef
extends Form.Reference
implements java.lang.Cloneable

Inner class used to represent a reference to a Form. The entire contents of the form will be included.


Field Summary
static java.lang.String ELEMENT
           
 
Fields inherited from class com.waveset.util.AbstractXmlObject
_trace, code_id
 
Constructor Summary
Form.FormRef()
           
Form.FormRef(org.w3c.dom.Element e)
           
Form.FormRef(org.w3c.dom.Element e, FormItem parent)
           
Form.FormRef(java.lang.String name)
           
 
Method Summary
 java.lang.String getElementName()
          Return the element name.
 
Methods inherited from class com.waveset.object.Form.Reference
getBaseContext, getBaseContext, getName, getName, getProperties, getProperty, getProperty, link, parseXml, setBaseContext, setName, setProperties, toXml
 
Methods inherited from class com.waveset.object.FormItem
addCommonAttributes, addItem, addItem, addItems, clearItems, getComments, getForm, getItemList, getItems, getLocation, getParent, parseChild, parseCommonAttributes, setComments, setItems, setLocation, 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
Constructor Detail

Form.FormRef

public Form.FormRef()

Form.FormRef

public Form.FormRef(java.lang.String name)

Form.FormRef

public Form.FormRef(org.w3c.dom.Element e)
             throws WavesetException

Form.FormRef

public Form.FormRef(org.w3c.dom.Element e,
                    FormItem parent)
             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