Uses of Class
com.continuent.tungsten.replicator.thl.protobuf.TungstenProtos.ProtobufOneChange.Type

Packages that use TungstenProtos.ProtobufOneChange.Type
com.continuent.tungsten.replicator.thl.protobuf   
 

Uses of TungstenProtos.ProtobufOneChange.Type in com.continuent.tungsten.replicator.thl.protobuf
 

Methods in com.continuent.tungsten.replicator.thl.protobuf that return TungstenProtos.ProtobufOneChange.Type
 TungstenProtos.ProtobufOneChange.Type TungstenProtos.ProtobufOneChange.getType()
           
 TungstenProtos.ProtobufOneChange.Type TungstenProtos.ProtobufOneChange.Builder.getType()
           
static TungstenProtos.ProtobufOneChange.Type TungstenProtos.ProtobufOneChange.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static TungstenProtos.ProtobufOneChange.Type TungstenProtos.ProtobufOneChange.Type.valueOf(int value)
           
static TungstenProtos.ProtobufOneChange.Type TungstenProtos.ProtobufOneChange.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TungstenProtos.ProtobufOneChange.Type[] TungstenProtos.ProtobufOneChange.Type.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.ProtobufOneChange.Type
static com.google.protobuf.Internal.EnumLiteMap<TungstenProtos.ProtobufOneChange.Type> TungstenProtos.ProtobufOneChange.Type.internalGetValueMap()
           
 

Methods in com.continuent.tungsten.replicator.thl.protobuf with parameters of type TungstenProtos.ProtobufOneChange.Type
 TungstenProtos.ProtobufOneChange.Builder TungstenProtos.ProtobufOneChange.Builder.setType(TungstenProtos.ProtobufOneChange.Type value)