Package org.apache.uima.tools.viewer
Class CasAnnotationViewer.TypeTreeNodeObject
- java.lang.Object
-
- org.apache.uima.tools.viewer.CasAnnotationViewer.TypeTreeNodeObject
-
- Enclosing class:
- CasAnnotationViewer
private static class CasAnnotationViewer.TypeTreeNodeObject extends java.lang.ObjectInner class containing data for a tree node representing a Type.
-
-
Constructor Summary
Constructors Constructor Description TypeTreeNodeObject(Type inType)Instantiates a new type tree node object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypegetType()Gets the type.java.lang.StringtoString()
-
-
-
Field Detail
-
type
private Type type
The type.
-
-
Constructor Detail
-
TypeTreeNodeObject
public TypeTreeNodeObject(Type inType)
Instantiates a new type tree node object.- Parameters:
inType- the in type
-
-
Method Detail
-
getType
public Type getType()
Gets the type.- Returns:
- the type
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-