public static enum CardinalityConstraintParameters.Config extends Enum<CardinalityConstraintParameters.Config>
| Enum Constant and Description |
|---|
MAX_GESTURES |
MIN_GESTURES |
| Modifier and Type | Method and Description |
|---|---|
static CardinalityConstraintParameters.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardinalityConstraintParameters.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardinalityConstraintParameters.Config MIN_GESTURES
public static final CardinalityConstraintParameters.Config MAX_GESTURES
public static CardinalityConstraintParameters.Config[] values()
for (CardinalityConstraintParameters.Config c : CardinalityConstraintParameters.Config.values()) System.out.println(c);
public static CardinalityConstraintParameters.Config 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 © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.