Uses of Class
com.continuent.tungsten.replicator.thl.protobuf.TungstenProtos.ProtobufOneRowChange.ActionType

Packages that use TungstenProtos.ProtobufOneRowChange.ActionType
com.continuent.tungsten.replicator.thl.protobuf   
 

Uses of TungstenProtos.ProtobufOneRowChange.ActionType in com.continuent.tungsten.replicator.thl.protobuf
 

Methods in com.continuent.tungsten.replicator.thl.protobuf that return TungstenProtos.ProtobufOneRowChange.ActionType
 TungstenProtos.ProtobufOneRowChange.ActionType TungstenProtos.ProtobufOneRowChange.getAction()
           
 TungstenProtos.ProtobufOneRowChange.ActionType TungstenProtos.ProtobufOneRowChange.Builder.getAction()
           
static TungstenProtos.ProtobufOneRowChange.ActionType TungstenProtos.ProtobufOneRowChange.ActionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static TungstenProtos.ProtobufOneRowChange.ActionType TungstenProtos.ProtobufOneRowChange.ActionType.valueOf(int value)
           
static TungstenProtos.ProtobufOneRowChange.ActionType TungstenProtos.ProtobufOneRowChange.ActionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TungstenProtos.ProtobufOneRowChange.ActionType[] TungstenProtos.ProtobufOneRowChange.ActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.continuent.tungsten.replicator.thl.protobuf that return types with arguments of type TungstenProtos.ProtobufOneRowChange.ActionType
static com.google.protobuf.Internal.EnumLiteMap<TungstenProtos.ProtobufOneRowChange.ActionType> TungstenProtos.ProtobufOneRowChange.ActionType.internalGetValueMap()
           
 

Methods in com.continuent.tungsten.replicator.thl.protobuf with parameters of type TungstenProtos.ProtobufOneRowChange.ActionType
 TungstenProtos.ProtobufOneRowChange.Builder TungstenProtos.ProtobufOneRowChange.Builder.setAction(TungstenProtos.ProtobufOneRowChange.ActionType value)