public static enum AbstractSynchroContext.SynchroState extends Enum<AbstractSynchroContext.SynchroState>
Modifier and Type | Method and Description |
---|---|
static AbstractSynchroContext.SynchroState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSynchroContext.SynchroState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSynchroContext.SynchroState UNKNOWN
public static final AbstractSynchroContext.SynchroState EXIST
public static final AbstractSynchroContext.SynchroState DELETED
public static AbstractSynchroContext.SynchroState[] values()
for (AbstractSynchroContext.SynchroState c : AbstractSynchroContext.SynchroState.values()) System.out.println(c);
public static AbstractSynchroContext.SynchroState 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 © 2012-2018. All Rights Reserved.