public static enum FtsConfigEntry.Mode extends Enum<FtsConfigEntry.Mode>
| Enum Constant and Description |
|---|
SERVER_GROUP_PRIMARY |
SERVER_GROUP_SECONDARY |
SINGLE_SERVER |
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static FtsConfigEntry.Mode |
valueOf(int value) |
static FtsConfigEntry.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FtsConfigEntry.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FtsConfigEntry.Mode SINGLE_SERVER
public static final FtsConfigEntry.Mode SERVER_GROUP_PRIMARY
public static final FtsConfigEntry.Mode SERVER_GROUP_SECONDARY
public static FtsConfigEntry.Mode[] values()
for (FtsConfigEntry.Mode c : FtsConfigEntry.Mode.values()) System.out.println(c);
public static FtsConfigEntry.Mode 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 nullpublic int intValue()
public static FtsConfigEntry.Mode valueOf(int value)
? Copyright 2013 BMC Software, Inc.