Class CasAnnotationViewer.TypeTreeNodeObject

java.lang.Object
org.apache.uima.tools.viewer.CasAnnotationViewer.TypeTreeNodeObject
Enclosing class:
CasAnnotationViewer

private static class CasAnnotationViewer.TypeTreeNodeObject extends Object
Inner class containing data for a tree node representing a Type.
  • Field Details

    • type

      private Type type
      The type.
  • Constructor Details

    • TypeTreeNodeObject

      public TypeTreeNodeObject(Type inType)
      Instantiates a new type tree node object.
      Parameters:
      inType - the in type
  • Method Details

    • getType

      public Type getType()
      Gets the type.
      Returns:
      the type
    • toString

      public String toString()
      Overrides:
      toString in class Object