Uses of Class
io.snice.codecs.codec.diameter.CommandCode
-
Packages that use CommandCode Package Description io.snice.codecs.codec.diameter -
-
Uses of CommandCode in io.snice.codecs.codec.diameter
Methods in io.snice.codecs.codec.diameter that return CommandCode Modifier and Type Method Description static CommandCode
CommandCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandCode[]
CommandCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-