Class Ret<T>

  • Type Parameters:
    T - the type that is wrapped

    public class Ret<T>
    extends java.lang.Object
    Wrapper object representing a "ret" element to be parsed from event data.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T ret  
    • Constructor Summary

      Constructors 
      Constructor Description
      Ret()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getRet()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ret

        private T ret
    • Constructor Detail

      • Ret

        public Ret()
    • Method Detail

      • getRet

        public T getRet()