Uses of Class
com.continuent.tungsten.replicator.thl.protobuf.TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.ProtobufColumnVal.Type

Packages that use TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.ProtobufColumnVal.Type
com.continuent.tungsten.replicator.thl.protobuf   
 

Uses of TungstenProtos.ProtobufOneRowChange.ProtobufRowValue.ProtobufColumnVal.Type in com.continuent.tungsten.replicator.thl.protobuf
 

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

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