public enum DistributionParameter extends Enum<DistributionParameter>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static DistributionParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistributionParameter QUEUE
public static final DistributionParameter TYPE
public static final DistributionParameter ACTION
public static final DistributionParameter PATH
public static final DistributionParameter DEEP
public static DistributionParameter[] values()
for (DistributionParameter c : DistributionParameter.values()) System.out.println(c);
public static DistributionParameter 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<DistributionParameter>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.