public enum SpDataFormat extends Enum<SpDataFormat>
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageFormat() |
String |
getName() |
static SpDataFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpDataFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpDataFormat CBOR
public static final SpDataFormat JSON
public static final SpDataFormat FST
public static final SpDataFormat SMILE
public static SpDataFormat[] values()
for (SpDataFormat c : SpDataFormat.values()) System.out.println(c);
public static SpDataFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public String getMessageFormat()
Copyright © 2019. All rights reserved.