public static enum KnownSimQueue.DoubleParameterProfile extends Enum<KnownSimQueue.DoubleParameterProfile>
| Enum Constant and Description |
|---|
DPP_ALWAYS_ONE |
DPP_ALWAYS_ZERO |
DPP_ANY |
DPP_IRRELEVANT |
DPP_POSITIVE |
DPP_ZERO_ONE_INC |
| Modifier and Type | Method and Description |
|---|---|
double |
getDefValue() |
double |
getMaxValue() |
double |
getMinValue() |
boolean |
isUserSettable() |
boolean |
isValidValue(double val) |
static KnownSimQueue.DoubleParameterProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownSimQueue.DoubleParameterProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnownSimQueue.DoubleParameterProfile DPP_IRRELEVANT
public static final KnownSimQueue.DoubleParameterProfile DPP_ALWAYS_ZERO
public static final KnownSimQueue.DoubleParameterProfile DPP_ALWAYS_ONE
public static final KnownSimQueue.DoubleParameterProfile DPP_ZERO_ONE_INC
public static final KnownSimQueue.DoubleParameterProfile DPP_POSITIVE
public static final KnownSimQueue.DoubleParameterProfile DPP_ANY
public static KnownSimQueue.DoubleParameterProfile[] values()
for (KnownSimQueue.DoubleParameterProfile c : KnownSimQueue.DoubleParameterProfile.values()) System.out.println(c);
public static KnownSimQueue.DoubleParameterProfile 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 final double getMinValue()
public final double getMaxValue()
public final double getDefValue()
public final boolean isUserSettable()
public final boolean isValidValue(double val)
Copyright © 2018. All rights reserved.