Uses of Class
rina.dtp.impl.googleprotobuf.DTP.opCode_t

Packages that use DTP.opCode_t
rina.dtp.impl.googleprotobuf   
 

Uses of DTP.opCode_t in rina.dtp.impl.googleprotobuf
 

Methods in rina.dtp.impl.googleprotobuf that return DTP.opCode_t
 DTP.opCode_t DTP.DTPMessageOrBuilder.getOpCode()
           
 DTP.opCode_t DTP.DTPMessage.getOpCode()
           
 DTP.opCode_t DTP.DTPMessage.Builder.getOpCode()
           
static DTP.opCode_t DTP.opCode_t.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static DTP.opCode_t DTP.opCode_t.valueOf(int value)
           
static DTP.opCode_t DTP.opCode_t.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DTP.opCode_t[] DTP.opCode_t.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in rina.dtp.impl.googleprotobuf that return types with arguments of type DTP.opCode_t
static com.google.protobuf.Internal.EnumLiteMap<DTP.opCode_t> DTP.opCode_t.internalGetValueMap()
           
 

Methods in rina.dtp.impl.googleprotobuf with parameters of type DTP.opCode_t
 DTP.DTPMessage.Builder DTP.DTPMessage.Builder.setOpCode(DTP.opCode_t value)