public enum ABOChangeType extends java.lang.Enum<ABOChangeType>
Enum Constant and Description |
---|
CREATED |
DELETED |
DROPPED |
FETCHED |
UPDATED |
Modifier and Type | Method and Description |
---|---|
boolean |
isCreated() |
boolean |
isDeleted() |
boolean |
isDropped() |
boolean |
isFetched() |
boolean |
isUpdated() |
static ABOChangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ABOChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ABOChangeType CREATED
public static final ABOChangeType UPDATED
public static final ABOChangeType DELETED
public static final ABOChangeType FETCHED
public static final ABOChangeType DROPPED
public static ABOChangeType[] values()
for (ABOChangeType c : ABOChangeType.values()) System.out.println(c);
public static ABOChangeType 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 boolean isCreated()
public boolean isUpdated()
public boolean isDeleted()
public boolean isFetched()
public boolean isDropped()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.