com.bluestream.sys.xml.schema.display
Class AttributeDN

java.lang.Object
  extended bycom.bluestream.sys.xml.schema.SchemaTreeNode
      extended bycom.bluestream.sys.xml.schema.display.DisplayNode
          extended bycom.bluestream.sys.xml.schema.display.AttributeDN

public class AttributeDN
extends DisplayNode

This class provides a display node that represents a simplified Attribute node


Field Summary
 
Fields inherited from class com.bluestream.sys.xml.schema.display.DisplayNode
kmaxDisplayNodes, kmaxElemBranchDepth, kmaxTreeBranchDepth
 
Fields inherited from class com.bluestream.sys.xml.schema.SchemaTreeNode
children, id, parent, userData
 
Constructor Summary
AttributeDN()
           
 
Method Summary
 String getDisplayString()
           
 String getName()
          Returns the name of the attribute node.
 String getNodeName()
           
 String getNodeSymbol()
           
 void setAttributeName(String attributeName)
           
 
Methods inherited from class com.bluestream.sys.xml.schema.display.DisplayNode
getCardinalityValue, getDisplayTree, getRootElemDisplayTree, getRootElements, getSimpleType, getSimpleTypeCard, getSimpleTypeRefDisplayTree, setCardinalityValue, setSimpleType, setSimpleTypeCard, toString
 
Methods inherited from class com.bluestream.sys.xml.schema.SchemaTreeNode
addChild, addChild, dump, dumpToFSB, dumpToWriter, firstChild, getChild, getChildren, getID, getNumChildren, getParent, getUserData, insertChild, lastChild, removeChild, removeChild, setChildren, setID, setParent, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeDN

public AttributeDN()
Method Detail

getNodeName

public String getNodeName()
Overrides:
getNodeName in class DisplayNode

getDisplayString

public String getDisplayString()
Overrides:
getDisplayString in class DisplayNode

getNodeSymbol

public String getNodeSymbol()
Specified by:
getNodeSymbol in class DisplayNode

getName

public String getName()
Returns the name of the attribute node.

Specified by:
getName in class DisplayNode
Returns:
String attribute name

setAttributeName

public void setAttributeName(String attributeName)


Copyright 2006 Bluestream Database Software Corp. All Rights Reserved.