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