Uses of Class
nl.sidnlabs.dnslib.types.RcodeType
-
Packages that use RcodeType Package Description nl.sidnlabs.dnslib.types -
-
Uses of RcodeType in nl.sidnlabs.dnslib.types
Methods in nl.sidnlabs.dnslib.types that return RcodeType Modifier and Type Method Description static RcodeTypeRcodeType. fromValue(int value)static RcodeTypeRcodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static RcodeType[]RcodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-