public static enum TemporaryView.Membership.AbortReason extends java.lang.Enum<TemporaryView.Membership.AbortReason>
Enum Constant and Description |
---|
ADDINPROGRESS |
BADREASON |
DUPLICATEID |
INVALIDID |
REMOVEINPROGRESS |
SESSIONCLOSED |
VIEWCLOSED |
Modifier and Type | Method and Description |
---|---|
static TemporaryView.Membership.AbortReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TemporaryView.Membership.AbortReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemporaryView.Membership.AbortReason SESSIONCLOSED
public static final TemporaryView.Membership.AbortReason DUPLICATEID
public static final TemporaryView.Membership.AbortReason INVALIDID
public static final TemporaryView.Membership.AbortReason ADDINPROGRESS
public static final TemporaryView.Membership.AbortReason REMOVEINPROGRESS
public static final TemporaryView.Membership.AbortReason VIEWCLOSED
public static final TemporaryView.Membership.AbortReason BADREASON
public static TemporaryView.Membership.AbortReason[] values()
for (TemporaryView.Membership.AbortReason c : TemporaryView.Membership.AbortReason.values()) System.out.println(c);
public static TemporaryView.Membership.AbortReason 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 null