Uses of Class
rina.cdap.impl.googleprotobuf.CDAP.opCode_t

Packages that use CDAP.opCode_t
rina.cdap.impl.googleprotobuf   
 

Uses of CDAP.opCode_t in rina.cdap.impl.googleprotobuf
 

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

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

Methods in rina.cdap.impl.googleprotobuf with parameters of type CDAP.opCode_t
 CDAP.CDAPMessage.Builder CDAP.CDAPMessage.Builder.setOpCode(CDAP.opCode_t value)