Uses of Class
com.googlecode.mobilityrpc.protocol.protobuf.MessageExecutionResponse.ExecutionResponse.ExecutionOutcome

Packages that use MessageExecutionResponse.ExecutionResponse.ExecutionOutcome
com.googlecode.mobilityrpc.protocol.protobuf [private api] This package contains machine-generated Google Protocol Buffer (protobuf) classes for encoding messages to/from binary. 
 

Uses of MessageExecutionResponse.ExecutionResponse.ExecutionOutcome in com.googlecode.mobilityrpc.protocol.protobuf
 

Methods in com.googlecode.mobilityrpc.protocol.protobuf that return MessageExecutionResponse.ExecutionResponse.ExecutionOutcome
 MessageExecutionResponse.ExecutionResponse.ExecutionOutcome MessageExecutionResponse.ExecutionResponseOrBuilder.getExecutionOutcome()
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionResponse.ExecutionOutcome execution_outcome = 1;
 MessageExecutionResponse.ExecutionResponse.ExecutionOutcome MessageExecutionResponse.ExecutionResponse.getExecutionOutcome()
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionResponse.ExecutionOutcome execution_outcome = 1;
 MessageExecutionResponse.ExecutionResponse.ExecutionOutcome MessageExecutionResponse.ExecutionResponse.Builder.getExecutionOutcome()
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionResponse.ExecutionOutcome execution_outcome = 1;
static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome MessageExecutionResponse.ExecutionResponse.ExecutionOutcome.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome MessageExecutionResponse.ExecutionResponse.ExecutionOutcome.valueOf(int value)
           
static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome MessageExecutionResponse.ExecutionResponse.ExecutionOutcome.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MessageExecutionResponse.ExecutionResponse.ExecutionOutcome[] MessageExecutionResponse.ExecutionResponse.ExecutionOutcome.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.googlecode.mobilityrpc.protocol.protobuf that return types with arguments of type MessageExecutionResponse.ExecutionResponse.ExecutionOutcome
static com.google.protobuf.Internal.EnumLiteMap<MessageExecutionResponse.ExecutionResponse.ExecutionOutcome> MessageExecutionResponse.ExecutionResponse.ExecutionOutcome.internalGetValueMap()
           
 

Methods in com.googlecode.mobilityrpc.protocol.protobuf with parameters of type MessageExecutionResponse.ExecutionResponse.ExecutionOutcome
 MessageExecutionResponse.ExecutionResponse.Builder MessageExecutionResponse.ExecutionResponse.Builder.setExecutionOutcome(MessageExecutionResponse.ExecutionResponse.ExecutionOutcome value)
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionResponse.ExecutionOutcome execution_outcome = 1;
 



Copyright © 2016. All rights reserved.