Enum Class Envelopes.Envelope.Status

java.lang.Object
java.lang.Enum<Envelopes.Envelope.Status>
io.provenance.scope.contract.proto.Envelopes.Envelope.Status
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Envelopes.Envelope.Status>, Constable
Enclosing class:
Envelopes.Envelope

public static enum Envelopes.Envelope.Status extends Enum<Envelopes.Envelope.Status> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum io.provenance.scope.contract.Envelope.Status
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    CHAINCODE = 6 [(.io.provenance.scope.contract.description) = "Envelope has been sent to chaincode."];
    COMPLETE = 8 [(.io.provenance.scope.contract.description) = "Envelope has been completed."];
    CREATED = 0 [(.io.provenance.scope.contract.description) = "Envelope created."];
    ERROR = 11 [(.io.provenance.scope.contract.description) = "Envelope is in error state."];
    EXECUTED = 3 [(.io.provenance.scope.contract.description) = "Envelope executed by non-invoker."];
    FRAGMENT = 1 [(.io.provenance.scope.contract.description) = "Envelope sent to other parties, awaiting responses."];
    INBOX = 2 [(.io.provenance.scope.contract.description) = "Envelope received."];
    INDEX = 7 [(.io.provenance.scope.contract.description) = "Envelope has been returned from chaincode."];
    OUTBOX = 4 [(.io.provenance.scope.contract.description) = "Envelope response sent from non-invoker to invoker."];
    SIGNED = 5 [(.io.provenance.scope.contract.description) = "Envelope is complete with all signatures."];
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    CHAINCODE = 6 [(.io.provenance.scope.contract.description) = "Envelope has been sent to chaincode."];
    static final int
    COMPLETE = 8 [(.io.provenance.scope.contract.description) = "Envelope has been completed."];
    static final int
    CREATED = 0 [(.io.provenance.scope.contract.description) = "Envelope created."];
    static final int
    ERROR = 11 [(.io.provenance.scope.contract.description) = "Envelope is in error state."];
    static final int
    EXECUTED = 3 [(.io.provenance.scope.contract.description) = "Envelope executed by non-invoker."];
    static final int
    FRAGMENT = 1 [(.io.provenance.scope.contract.description) = "Envelope sent to other parties, awaiting responses."];
    static final int
    INBOX = 2 [(.io.provenance.scope.contract.description) = "Envelope received."];
    static final int
    INDEX = 7 [(.io.provenance.scope.contract.description) = "Envelope has been returned from chaincode."];
    static final int
    OUTBOX = 4 [(.io.provenance.scope.contract.description) = "Envelope response sent from non-invoker to invoker."];
    static final int
    SIGNED = 5 [(.io.provenance.scope.contract.description) = "Envelope is complete with all signatures."];
  • Method Summary

    Modifier and Type
    Method
    Description
    forNumber(int value)
     
    static final com.google.protobuf.Descriptors.EnumDescriptor
     
    final com.google.protobuf.Descriptors.EnumDescriptor
     
    final int
     
    final com.google.protobuf.Descriptors.EnumValueDescriptor
     
    static com.google.protobuf.Internal.EnumLiteMap<Envelopes.Envelope.Status>
     
    valueOf(int value)
    Deprecated.
    valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
    Returns the enum constant of this class with the specified name.
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • CREATED

      public static final Envelopes.Envelope.Status CREATED
      CREATED = 0 [(.io.provenance.scope.contract.description) = "Envelope created."];
    • FRAGMENT

      public static final Envelopes.Envelope.Status FRAGMENT
      FRAGMENT = 1 [(.io.provenance.scope.contract.description) = "Envelope sent to other parties, awaiting responses."];
    • INBOX

      public static final Envelopes.Envelope.Status INBOX
      INBOX = 2 [(.io.provenance.scope.contract.description) = "Envelope received."];
    • EXECUTED

      public static final Envelopes.Envelope.Status EXECUTED
      EXECUTED = 3 [(.io.provenance.scope.contract.description) = "Envelope executed by non-invoker."];
    • OUTBOX

      public static final Envelopes.Envelope.Status OUTBOX
      OUTBOX = 4 [(.io.provenance.scope.contract.description) = "Envelope response sent from non-invoker to invoker."];
    • SIGNED

      public static final Envelopes.Envelope.Status SIGNED
      SIGNED = 5 [(.io.provenance.scope.contract.description) = "Envelope is complete with all signatures."];
    • CHAINCODE

      public static final Envelopes.Envelope.Status CHAINCODE
      CHAINCODE = 6 [(.io.provenance.scope.contract.description) = "Envelope has been sent to chaincode."];
    • INDEX

      public static final Envelopes.Envelope.Status INDEX
      INDEX = 7 [(.io.provenance.scope.contract.description) = "Envelope has been returned from chaincode."];
    • COMPLETE

      public static final Envelopes.Envelope.Status COMPLETE
      COMPLETE = 8 [(.io.provenance.scope.contract.description) = "Envelope has been completed."];
    • ERROR

      public static final Envelopes.Envelope.Status ERROR
      ERROR = 11 [(.io.provenance.scope.contract.description) = "Envelope is in error state."];
    • UNRECOGNIZED

      public static final Envelopes.Envelope.Status UNRECOGNIZED
  • Field Details

    • CREATED_VALUE

      public static final int CREATED_VALUE
      CREATED = 0 [(.io.provenance.scope.contract.description) = "Envelope created."];
      See Also:
    • FRAGMENT_VALUE

      public static final int FRAGMENT_VALUE
      FRAGMENT = 1 [(.io.provenance.scope.contract.description) = "Envelope sent to other parties, awaiting responses."];
      See Also:
    • INBOX_VALUE

      public static final int INBOX_VALUE
      INBOX = 2 [(.io.provenance.scope.contract.description) = "Envelope received."];
      See Also:
    • EXECUTED_VALUE

      public static final int EXECUTED_VALUE
      EXECUTED = 3 [(.io.provenance.scope.contract.description) = "Envelope executed by non-invoker."];
      See Also:
    • OUTBOX_VALUE

      public static final int OUTBOX_VALUE
      OUTBOX = 4 [(.io.provenance.scope.contract.description) = "Envelope response sent from non-invoker to invoker."];
      See Also:
    • SIGNED_VALUE

      public static final int SIGNED_VALUE
      SIGNED = 5 [(.io.provenance.scope.contract.description) = "Envelope is complete with all signatures."];
      See Also:
    • CHAINCODE_VALUE

      public static final int CHAINCODE_VALUE
      CHAINCODE = 6 [(.io.provenance.scope.contract.description) = "Envelope has been sent to chaincode."];
      See Also:
    • INDEX_VALUE

      public static final int INDEX_VALUE
      INDEX = 7 [(.io.provenance.scope.contract.description) = "Envelope has been returned from chaincode."];
      See Also:
    • COMPLETE_VALUE

      public static final int COMPLETE_VALUE
      COMPLETE = 8 [(.io.provenance.scope.contract.description) = "Envelope has been completed."];
      See Also:
    • ERROR_VALUE

      public static final int ERROR_VALUE
      ERROR = 11 [(.io.provenance.scope.contract.description) = "Envelope is in error state."];
      See Also:
  • Method Details

    • values

      public static Envelopes.Envelope.Status[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Envelopes.Envelope.Status valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static Envelopes.Envelope.Status valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static Envelopes.Envelope.Status forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Envelopes.Envelope.Status> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static Envelopes.Envelope.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null