public enum WebLinkBaseTypeField extends Enum<WebLinkBaseTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
WebLinkBaseTypeField.WebLinkBaseTypeFieldDeserializer |
static class |
WebLinkBaseTypeField.WebLinkBaseTypeFieldSerializer |
| Enum Constant and Description |
|---|
WEB_LINK |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static WebLinkBaseTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebLinkBaseTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebLinkBaseTypeField WEB_LINK
public static WebLinkBaseTypeField[] values()
for (WebLinkBaseTypeField c : WebLinkBaseTypeField.values()) System.out.println(c);
public static WebLinkBaseTypeField 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 null