Package | Description |
---|---|
org.apache.mina.coap |
Modifier and Type | Method and Description |
---|---|
static CoapCode |
CoapCode.fromCode(int code)
Find the
CoapCode for the given value code (null if not found) |
static CoapCode |
CoapCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoapCode[] |
CoapCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.