public static enum ContextParameters.ContextInfluence extends java.lang.Enum<ContextParameters.ContextInfluence>
| Enum Constant and Description |
|---|
CONSTANT |
EXPONENTIAL |
LINEAR |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
shortName() |
static ContextParameters.ContextInfluence |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextParameters.ContextInfluence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextParameters.ContextInfluence CONSTANT
public static final ContextParameters.ContextInfluence LINEAR
public static final ContextParameters.ContextInfluence EXPONENTIAL
public static ContextParameters.ContextInfluence[] values()
for (ContextParameters.ContextInfluence c : ContextParameters.ContextInfluence.values()) System.out.println(c);
public static ContextParameters.ContextInfluence valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String shortName()