org.umber.bellows.schema
Class BellowsSchema

java.lang.Object
  extended byorg.umber.bellows.schema.BellowsSchema

public class BellowsSchema
extends java.lang.Object


Constructor Summary
BellowsSchema()
           
 
Method Summary
 ISchemaNode[] findAllNodes()
           
 ISchemaNode getRoot()
           
 void setRoot(ISchemaNode root)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BellowsSchema

public BellowsSchema()
Method Detail

getRoot

public ISchemaNode getRoot()

setRoot

public void setRoot(ISchemaNode root)

findAllNodes

public ISchemaNode[] findAllNodes()

toString

public java.lang.String toString()