public static enum ListViewItem.Field extends java.lang.Enum<ListViewItem.Field>
ListViewItem
.
NOTE: THE ORDER OF THIS IS IMPORTANT.
it Needs to match the order of the @XmlType(propOrder=) of ListViewItemModifier and Type | Method and Description |
---|---|
static ListViewItem.Field |
fromFieldName(java.lang.String fieldName) |
java.lang.String |
toFieldName() |
int |
toPositionalValue() |
static ListViewItem.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListViewItem.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListViewItem.Field IMAGE
public static final ListViewItem.Field TITLE
public static final ListViewItem.Field DETAILS
public static ListViewItem.Field[] values()
for (ListViewItem.Field c : ListViewItem.Field.values()) System.out.println(c);
public static ListViewItem.Field valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toFieldName()
public int toPositionalValue()
public static ListViewItem.Field fromFieldName(java.lang.String fieldName)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.