Package org.apache.uima.tools.cvd
Class IndexTreeNode
- java.lang.Object
-
- org.apache.uima.tools.cvd.IndexTreeNode
-
public class IndexTreeNode extends java.lang.ObjectClass comment for IndexTreeNode.java goes here.
-
-
Constructor Summary
Constructors Constructor Description IndexTreeNode()Constructor for IndexTreeNode.IndexTreeNode(java.lang.String name, Type type, int size)Instantiates a new index tree node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()Returns the name.TypegetType()Returns the type.inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
name
private final java.lang.String name
The name.
-
type
private final Type type
The type.
-
size
private final int size
The size.
-
-
Constructor Detail
-
IndexTreeNode
public IndexTreeNode(java.lang.String name, Type type, int size)Instantiates a new index tree node.- Parameters:
name- the nametype- the typesize- the size
-
IndexTreeNode
public IndexTreeNode()
Constructor for IndexTreeNode.
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-