static HeaderParameterKey |
HeaderParameterKey.fromCborObject(com.upokecenter.cbor.CBORObject value) |
Given a CBOR object the method gets the corresponding HeaderParameterKey .
|
static HeaderParameterKey |
HeaderParameterKey.fromValue(int value) |
Given a value the method gets the corresponding HeaderParameterKey .
|
static HeaderParameterKey |
HeaderParameterKey.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HeaderParameterKey[] |
HeaderParameterKey.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|