JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum 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
RcodeType
RcodeType.
fromValue
(int value)
static
RcodeType
RcodeType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
RcodeType
[]
RcodeType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.