Uses of Enum Class
nl.sidnlabs.dnslib.types.OpcodeType
Packages that use OpcodeType
-
Uses of OpcodeType in nl.sidnlabs.dnslib.types
Methods in nl.sidnlabs.dnslib.types that return OpcodeTypeModifier and TypeMethodDescriptionstatic OpcodeTypeOpcodeType.fromString(String name) static OpcodeTypeOpcodeType.fromValue(int value) static OpcodeTypeReturns the enum constant of this class with the specified name.static OpcodeType[]OpcodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.