public static enum IListModel.ListEventType extends Enum<IListModel.ListEventType>
| Enum Constant and Description |
|---|
ADD |
CHANGE |
DELETE |
REPLACE |
SORT |
SWAP |
| Modifier and Type | Method and Description |
|---|---|
static IListModel.ListEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IListModel.ListEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IListModel.ListEventType ADD
public static final IListModel.ListEventType DELETE
public static final IListModel.ListEventType REPLACE
public static final IListModel.ListEventType SWAP
public static final IListModel.ListEventType CHANGE
public static final IListModel.ListEventType SORT
public static IListModel.ListEventType[] values()
for (IListModel.ListEventType c : IListModel.ListEventType.values()) System.out.println(c);
public static IListModel.ListEventType 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 © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.