public static enum DataListsService.DataList extends Enum<DataListsService.DataList>
| Enum Constant and Description |
|---|
CONTACT_LIST |
EVENT_AGENDA |
EVENT_LIST |
ISSUE_LIST |
LOCATION_LIST |
MEETING_AGENDA |
TASKS_ADVANCED |
TASKS_SIMPLE |
TODO_LIST |
| Modifier and Type | Field and Description |
|---|---|
String |
listTypeId |
| Modifier and Type | Method and Description |
|---|---|
static DataListsService.DataList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataListsService.DataList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataListsService.DataList CONTACT_LIST
public static final DataListsService.DataList EVENT_AGENDA
public static final DataListsService.DataList EVENT_LIST
public static final DataListsService.DataList ISSUE_LIST
public static final DataListsService.DataList LOCATION_LIST
public static final DataListsService.DataList MEETING_AGENDA
public static final DataListsService.DataList TASKS_ADVANCED
public static final DataListsService.DataList TASKS_SIMPLE
public static final DataListsService.DataList TODO_LIST
public final String listTypeId
public static DataListsService.DataList[] values()
for (DataListsService.DataList c : DataListsService.DataList.values()) System.out.println(c);
public static DataListsService.DataList 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 nullCopyright © 2016 Alfresco Software. All rights reserved.