public static enum ParameterLimitsTransform.LimitType extends Enum<ParameterLimitsTransform.LimitType>
| Enum Constant and Description |
|---|
GREATER_THAN
Greater than limit.
|
LESS_THAN
Less than limit.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterLimitsTransform.LimitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterLimitsTransform.LimitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterLimitsTransform.LimitType GREATER_THAN
public static final ParameterLimitsTransform.LimitType LESS_THAN
public static ParameterLimitsTransform.LimitType[] values()
for (ParameterLimitsTransform.LimitType c : ParameterLimitsTransform.LimitType.values()) System.out.println(c);
public static ParameterLimitsTransform.LimitType 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 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.