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

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

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

Methods in rina.cdap.impl.googleprotobuf that return CDAP.flagValues_t
 CDAP.flagValues_t CDAP.CDAPMessageOrBuilder.getFlags()
           
 CDAP.flagValues_t CDAP.CDAPMessage.getFlags()
           
 CDAP.flagValues_t CDAP.CDAPMessage.Builder.getFlags()
           
static CDAP.flagValues_t CDAP.flagValues_t.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static CDAP.flagValues_t CDAP.flagValues_t.valueOf(int value)
           
static CDAP.flagValues_t CDAP.flagValues_t.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CDAP.flagValues_t[] CDAP.flagValues_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.flagValues_t
static com.google.protobuf.Internal.EnumLiteMap<CDAP.flagValues_t> CDAP.flagValues_t.internalGetValueMap()
           
 

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