com.googlecode.mobilityrpc.protocol.protobuf
Enum MessageExecutionResponse.ExecutionResponse.ExecutionOutcome
java.lang.Object
java.lang.Enum<MessageExecutionResponse.ExecutionResponse.ExecutionOutcome>
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
VOID_RETURNED
public static final MessageExecutionResponse.ExecutionResponse.ExecutionOutcome VOID_RETURNED
VALUE_RETURNED
public static final MessageExecutionResponse.ExecutionResponse.ExecutionOutcome VALUE_RETURNED
FAILURE
public static final MessageExecutionResponse.ExecutionResponse.ExecutionOutcome FAILURE
VOID_RETURNED_VALUE
public static final int VOID_RETURNED_VALUE
- See Also:
- Constant Field Values
VALUE_RETURNED_VALUE
public static final int VALUE_RETURNED_VALUE
- See Also:
- Constant Field Values
FAILURE_VALUE
public static final int FAILURE_VALUE
- See Also:
- Constant Field Values
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 © 2012. All Rights Reserved.