Package org.apache.uima.tools.cvd
Class IndexTreeNode
- java.lang.Object
-
- org.apache.uima.tools.cvd.IndexTreeNode
-
public class IndexTreeNode extends java.lang.Object
Class comment for IndexTreeNode.java goes here.
-
-
Constructor Summary
Constructors Constructor Description IndexTreeNode()
Constructor for IndexTreeNode.IndexTreeNode(java.lang.String name, Type type, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getName()
Returns the name.Type
getType()
Returns the type.int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
IndexTreeNode
public IndexTreeNode(java.lang.String name, Type type, int size)
-
IndexTreeNode
public IndexTreeNode()
Constructor for IndexTreeNode.
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getName
public java.lang.String getName()
Returns the name.- Returns:
- String
-
getType
public Type getType()
Returns the type.- Returns:
- Type
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-