uk.ac.ic.doc.automed.xmlschema.xsdomobject
Class Attribute

java.lang.Object
  extended by uk.ac.ic.doc.automed.xmlschema.xsdomobject.XSDOMObject
      extended by uk.ac.ic.doc.automed.xmlschema.xsdomobject.Attribute
All Implemented Interfaces:
java.awt.datatransfer.Transferable, java.io.Serializable, XSDOMObj

public class Attribute
extends XSDOMObject

Author:
Andrew Smith - acs203 Define the internal representation for an XMLSchema element
See Also:
Serialized Form

Field Summary
 
Fields inherited from class uk.ac.ic.doc.automed.xmlschema.xsdomobject.XSDOMObject
icon, keyref, maxOccurs, minOccurs, name, p, TREE_PATH_FLAVOR, type
 
Constructor Summary
Attribute(java.lang.String name, java.lang.String type)
          Creates a new instance of Attribute
 
Method Summary
 
Methods inherited from class uk.ac.ic.doc.automed.xmlschema.xsdomobject.XSDOMObject
getIcon, getKeyRef, getMaxOccurs, getMinOccurs, getName, getTransferData, getTransferDataFlavors, getType, isDataFlavorSupported, setIcon, setKeyRef, setMaxOccurs, setMinOccurs, setName, setPath, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(java.lang.String name,
                 java.lang.String type)
Creates a new instance of Attribute