Class CasAnnotationViewer.TypeTreeNodeObject

  • Enclosing class:
    CasAnnotationViewer

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

      Fields 
      Modifier and Type Field Description
      private Type type
      The 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
      Type getType()
      Gets the type.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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:
        toString in class java.lang.Object