public static enum ListField.Field extends Enum<ListField.Field>
Enum Constant and Description |
---|
PRIMARY
the field name for primary.
|
TYPE
the field name for type.
|
VALUE
the field name for value.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ListField.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListField.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListField.Field VALUE
public static final ListField.Field TYPE
public static final ListField.Field PRIMARY
public static ListField.Field[] values()
for (ListField.Field c : ListField.Field.values()) System.out.println(c);
public static ListField.Field 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 toString()
toString
in class Enum<ListField.Field>
Copyright © 2017 WSO2. All Rights Reserved.