public static enum HepRepPanelModel.Event.Type extends Enum<HepRepPanelModel.Event.Type>
Enum Constant and Description |
---|
CUTS |
PICK_OPTIONS |
SELECTION |
VISIBILITY |
Modifier and Type | Method and Description |
---|---|
static HepRepPanelModel.Event.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HepRepPanelModel.Event.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HepRepPanelModel.Event.Type SELECTION
public static final HepRepPanelModel.Event.Type VISIBILITY
public static final HepRepPanelModel.Event.Type PICK_OPTIONS
public static final HepRepPanelModel.Event.Type CUTS
public static HepRepPanelModel.Event.Type[] values()
for (HepRepPanelModel.Event.Type c : HepRepPanelModel.Event.Type.values()) System.out.println(c);
public static HepRepPanelModel.Event.Type 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 © 1996-2014 FreeHEP. All Rights Reserved.