public static enum IReactionSequenceHandler.EventType extends Enum<IReactionSequenceHandler.EventType>
Enum Constant and Description |
---|
ADD_LEVEL |
ADD_MANY_LEVELS |
ADD_MOLECULE |
REMOVE_LEVEL |
REMOVE_MOLECULE |
RESET |
Modifier and Type | Method and Description |
---|---|
static IReactionSequenceHandler.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IReactionSequenceHandler.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IReactionSequenceHandler.EventType ADD_MOLECULE
public static final IReactionSequenceHandler.EventType REMOVE_MOLECULE
public static final IReactionSequenceHandler.EventType ADD_LEVEL
public static final IReactionSequenceHandler.EventType REMOVE_LEVEL
public static final IReactionSequenceHandler.EventType ADD_MANY_LEVELS
public static final IReactionSequenceHandler.EventType RESET
public static IReactionSequenceHandler.EventType[] values()
for (IReactionSequenceHandler.EventType c : IReactionSequenceHandler.EventType.values()) System.out.println(c);
public static IReactionSequenceHandler.EventType 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 © 2004–2020 Ideaconsult Ltd.. All rights reserved.