public static enum RrdUtils.StrategyName extends Enum<RrdUtils.StrategyName>
Enum Constant and Description |
---|
basicRrdStrategy |
queuingRrdStrategy |
tcpAndBasicRrdStrategy |
tcpAndQueuingRrdStrategy |
Modifier and Type | Method and Description |
---|---|
static RrdUtils.StrategyName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RrdUtils.StrategyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RrdUtils.StrategyName basicRrdStrategy
public static final RrdUtils.StrategyName queuingRrdStrategy
public static final RrdUtils.StrategyName tcpAndBasicRrdStrategy
public static final RrdUtils.StrategyName tcpAndQueuingRrdStrategy
public static RrdUtils.StrategyName[] values()
for (RrdUtils.StrategyName c : RrdUtils.StrategyName.values()) System.out.println(c);
public static RrdUtils.StrategyName 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 © 2015. All rights reserved.