com.googlecode.mobilityrpc.protocol.protobuf
Enum MessageExecutionResponse.ExecutionResponse.ExecutionOutcome

java.lang.Object
  extended by java.lang.Enum<MessageExecutionResponse.ExecutionResponse.ExecutionOutcome>
      extended by com.googlecode.mobilityrpc.protocol.protobuf.MessageExecutionResponse.ExecutionResponse.ExecutionOutcome
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<MessageExecutionResponse.ExecutionResponse.ExecutionOutcome>
Enclosing class:
MessageExecutionResponse.ExecutionResponse

public static enum MessageExecutionResponse.ExecutionResponse.ExecutionOutcome
extends Enum<MessageExecutionResponse.ExecutionResponse.ExecutionOutcome>
implements com.google.protobuf.ProtocolMessageEnum

Protobuf enum com.googlecode.mobilityrpc.protocol.protobuf.ExecutionResponse.ExecutionOutcome


Enum Constant Summary
FAILURE
          FAILURE = 2;
VALUE_RETURNED
          VALUE_RETURNED = 1;
VOID_RETURNED
          VOID_RETURNED = 0;
 
Field Summary
static int FAILURE_VALUE
          FAILURE = 2;
static int VALUE_RETURNED_VALUE
          VALUE_RETURNED = 1;
static int VOID_RETURNED_VALUE
          VOID_RETURNED = 0;
 
Method Summary
static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
           
 com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
           
 int getNumber()
           
 com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
           
static com.google.protobuf.Internal.EnumLiteMap<MessageExecutionResponse.ExecutionResponse.ExecutionOutcome> internalGetValueMap()
           
static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome valueOf(int value)
           
static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

VOID_RETURNED

public static final MessageExecutionResponse.ExecutionResponse.ExecutionOutcome VOID_RETURNED
VOID_RETURNED = 0;


VALUE_RETURNED

public static final MessageExecutionResponse.ExecutionResponse.ExecutionOutcome VALUE_RETURNED
VALUE_RETURNED = 1;


FAILURE

public static final MessageExecutionResponse.ExecutionResponse.ExecutionOutcome FAILURE
FAILURE = 2;

Field Detail

VOID_RETURNED_VALUE

public static final int VOID_RETURNED_VALUE
VOID_RETURNED = 0;

See Also:
Constant Field Values

VALUE_RETURNED_VALUE

public static final int VALUE_RETURNED_VALUE
VALUE_RETURNED = 1;

See Also:
Constant Field Values

FAILURE_VALUE

public static final int FAILURE_VALUE
FAILURE = 2;

See Also:
Constant Field Values
Method Detail

values

public static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MessageExecutionResponse.ExecutionResponse.ExecutionOutcome c : MessageExecutionResponse.ExecutionResponse.ExecutionOutcome.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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

public static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<MessageExecutionResponse.ExecutionResponse.ExecutionOutcome> 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 MessageExecutionResponse.ExecutionResponse.ExecutionOutcome valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)


Copyright © 2016. All rights reserved.