public static enum IEventlineSelectionModel.Mode extends Enum<IEventlineSelectionModel.Mode>
Enum Constant and Description |
---|
MULTIPLE_SELECTION
A constant used to indicate that the selection model supports the
selection of multiple eventline objects.
|
SINGLE_SELECTION
A constant used to indicate that the selection model supports the
selection of a single eventline object only.
|
Modifier and Type | Method and Description |
---|---|
static IEventlineSelectionModel.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IEventlineSelectionModel.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IEventlineSelectionModel.Mode SINGLE_SELECTION
public static final IEventlineSelectionModel.Mode MULTIPLE_SELECTION
public static IEventlineSelectionModel.Mode[] values()
for (IEventlineSelectionModel.Mode c : IEventlineSelectionModel.Mode.values()) System.out.println(c);
public static IEventlineSelectionModel.Mode 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 © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.