Uses of Class
rina.dns.DNS.opCode_t

Packages that use DNS.opCode_t
rina.dns   
 

Uses of DNS.opCode_t in rina.dns
 

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

Methods in rina.dns that return types with arguments of type DNS.opCode_t
static com.google.protobuf.Internal.EnumLiteMap<DNS.opCode_t> DNS.opCode_t.internalGetValueMap()
           
 

Methods in rina.dns with parameters of type DNS.opCode_t
 DNS.DNSRecord.Builder DNS.DNSRecord.Builder.setOpCode(DNS.opCode_t value)