public static enum Channel.SynchronizationStatus extends java.lang.Enum<Channel.SynchronizationStatus>
| Enum Constant and Description |
|---|
ALL |
FAILED |
IDENTIFIER |
METADATA |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static Channel.SynchronizationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Channel.SynchronizationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Channel.SynchronizationStatus NONE
public static final Channel.SynchronizationStatus IDENTIFIER
public static final Channel.SynchronizationStatus METADATA
public static final Channel.SynchronizationStatus ALL
public static final Channel.SynchronizationStatus FAILED
public static Channel.SynchronizationStatus[] values()
for (Channel.SynchronizationStatus c : Channel.SynchronizationStatus.values()) System.out.println(c);
public static Channel.SynchronizationStatus 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