Package org.apache.uima.tools.cvd
Class TypeTreeNode
- java.lang.Object
-
- org.apache.uima.tools.cvd.TypeTreeNode
-
public class TypeTreeNode extends Object
Class comment for TypeTreeNode.java goes here.
-
-
Constructor Summary
Constructors Constructor Description TypeTreeNode()
Constructor for TypeTreeNode.TypeTreeNode(Type type, String label, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Returns the label.Type
getType()
Returns the type.String
toString()
-