org.apache.uima.tools.cvd
Class TypeTreeNode

java.lang.Object
  extended by org.apache.uima.tools.cvd.TypeTreeNode

public class TypeTreeNode
extends java.lang.Object

Class comment for TypeTreeNode.java goes here.


Constructor Summary
TypeTreeNode()
          Constructor for TypeTreeNode.
TypeTreeNode(Type type, java.lang.String label, int size)
           
 
Method Summary
 java.lang.String getLabel()
          Returns the label.
 Type getType()
          Returns the type.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeTreeNode

public TypeTreeNode()
Constructor for TypeTreeNode.


TypeTreeNode

public TypeTreeNode(Type type,
                    java.lang.String label,
                    int size)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getLabel

public java.lang.String getLabel()
Returns the label.

Returns:
String

getType

public Type getType()
Returns the type.

Returns:
Type


Copyright © 2012. All Rights Reserved.