public static enum MirrorTopicDescription.State extends Enum<MirrorTopicDescription.State>
Enum Constant and Description |
---|
ACTIVE |
FAILED |
LINK_FAILED |
LINK_PAUSED |
PAUSED |
PENDING_STOPPED |
SOURCE_UNAVAILABLE |
STOPPED |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static MirrorTopicDescription.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MirrorTopicDescription.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MirrorTopicDescription.State UNKNOWN
public static final MirrorTopicDescription.State ACTIVE
public static final MirrorTopicDescription.State PENDING_STOPPED
public static final MirrorTopicDescription.State STOPPED
public static final MirrorTopicDescription.State FAILED
public static final MirrorTopicDescription.State PAUSED
public static final MirrorTopicDescription.State SOURCE_UNAVAILABLE
public static final MirrorTopicDescription.State LINK_FAILED
public static final MirrorTopicDescription.State LINK_PAUSED
public static MirrorTopicDescription.State[] values()
for (MirrorTopicDescription.State c : MirrorTopicDescription.State.values()) System.out.println(c);
public static MirrorTopicDescription.State 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 null