public static enum SequenceConstraintParameters.Config extends Enum<SequenceConstraintParameters.Config>
| Modifier and Type | Method and Description |
|---|---|
static SequenceConstraintParameters.Config |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceConstraintParameters.Config[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequenceConstraintParameters.Config MIN_TIME
public static final SequenceConstraintParameters.Config MAX_TIME
public static SequenceConstraintParameters.Config[] values()
for (SequenceConstraintParameters.Config c : SequenceConstraintParameters.Config.values()) System.out.println(c);
public static SequenceConstraintParameters.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.