public static enum ZooDiscoveryContainer.FLAVOR extends Enum<ZooDiscoveryContainer.FLAVOR>
Enum Constant and Description |
---|
CENTRALIZED |
REPLICATED |
STANDALONE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ZooDiscoveryContainer.FLAVOR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZooDiscoveryContainer.FLAVOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZooDiscoveryContainer.FLAVOR STANDALONE
public static final ZooDiscoveryContainer.FLAVOR CENTRALIZED
public static final ZooDiscoveryContainer.FLAVOR REPLICATED
public static ZooDiscoveryContainer.FLAVOR[] values()
for (ZooDiscoveryContainer.FLAVOR c : ZooDiscoveryContainer.FLAVOR.values()) System.out.println(c);
public static ZooDiscoveryContainer.FLAVOR 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 String toString()
toString
in class Enum<ZooDiscoveryContainer.FLAVOR>
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.