public static enum KnownSimQueue.IntegerParameterProfile extends Enum<KnownSimQueue.IntegerParameterProfile>
| Enum Constant and Description |
|---|
IPP_ALWAYS_INFINITE |
IPP_ALWAYS_ONE |
IPP_ALWAYS_ZERO |
IPP_ANY |
IPP_FINITE |
IPP_IRRELEVANT |
IPP_NON_ZERO |
IPP_NON_ZERO_FINITE |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefValue() |
int |
getMaxValue() |
int |
getMinValue() |
boolean |
isUserSettable() |
boolean |
isValidValue(int val) |
static KnownSimQueue.IntegerParameterProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownSimQueue.IntegerParameterProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnownSimQueue.IntegerParameterProfile IPP_IRRELEVANT
public static final KnownSimQueue.IntegerParameterProfile IPP_ALWAYS_ZERO
public static final KnownSimQueue.IntegerParameterProfile IPP_ALWAYS_ONE
public static final KnownSimQueue.IntegerParameterProfile IPP_ALWAYS_INFINITE
public static final KnownSimQueue.IntegerParameterProfile IPP_NON_ZERO
public static final KnownSimQueue.IntegerParameterProfile IPP_FINITE
public static final KnownSimQueue.IntegerParameterProfile IPP_NON_ZERO_FINITE
public static final KnownSimQueue.IntegerParameterProfile IPP_ANY
public static KnownSimQueue.IntegerParameterProfile[] values()
for (KnownSimQueue.IntegerParameterProfile c : KnownSimQueue.IntegerParameterProfile.values()) System.out.println(c);
public static KnownSimQueue.IntegerParameterProfile 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 int getMinValue()
public final int getMaxValue()
public final int getDefValue()
public final boolean isUserSettable()
public final boolean isValidValue(int val)
Copyright © 2018. All rights reserved.