Class OutputValue


  • public final class OutputValue
    extends java.lang.Object
    Represents a stack output value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isSecret()
      Returns whether the output is a secret.
      java.lang.Object value()
      Returns the value of the output.
      • Methods inherited from class java.lang.Object

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

      • value

        public java.lang.Object value()
        Returns the value of the output.
        Returns:
        the value
      • isSecret

        public boolean isSecret()
        Returns whether the output is a secret.
        Returns:
        true if the output is a secret