|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IListChangeEvent.EventType>
org.eclipse.persistence.jpa.jpql.model.IListChangeEvent.EventType
public static enum IListChangeEvent.EventType
This enumeration lists the possible modification a list can have.
Enum Constant Summary | |
---|---|
ADDED
Specifies the list changed by having new items inserted. |
|
CHANGED
Specifies the entire list has changed. |
|
MOVED_DOWN
Specifies the list changed by having some items have moved down the list. |
|
MOVED_UP
Specifies the list changed by having some items have moved up the list. |
|
REMOVED
Specifies the list changed by having items removed. |
|
REPLACED
Specifies the list changed by having a single item replaced. |
Method Summary | |
---|---|
static IListChangeEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IListChangeEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IListChangeEvent.EventType ADDED
public static final IListChangeEvent.EventType CHANGED
public static final IListChangeEvent.EventType MOVED_DOWN
public static final IListChangeEvent.EventType MOVED_UP
public static final IListChangeEvent.EventType REMOVED
public static final IListChangeEvent.EventType REPLACED
Method Detail |
---|
public static IListChangeEvent.EventType[] values()
for (IListChangeEvent.EventType c : IListChangeEvent.EventType.values()) System.out.println(c);
public static IListChangeEvent.EventType 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 name
java.lang.NullPointerException
- if the argument is null
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |