Class OpResult

    • Method Detail

      • getType

        public int getType()
        Encodes the return type as from ZooDefs.OpCode. Can be used to dispatch to the correct cast needed for getting the desired additional result data.
        Returns:
        an integer identifying what kind of operation this result came from.
        See Also:
        ZooDefs.OpCode