public static enum IStrategyExceptionHandler.Source extends Enum<IStrategyExceptionHandler.Source>
Enum Constant and Description |
---|
ON_ACCOUNT_INFO |
ON_BAR |
ON_MESSAGE |
ON_START |
ON_STOP |
ON_TICK |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static IStrategyExceptionHandler.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStrategyExceptionHandler.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStrategyExceptionHandler.Source ON_START
public static final IStrategyExceptionHandler.Source ON_STOP
public static final IStrategyExceptionHandler.Source ON_TICK
public static final IStrategyExceptionHandler.Source ON_BAR
public static final IStrategyExceptionHandler.Source ON_MESSAGE
public static final IStrategyExceptionHandler.Source ON_ACCOUNT_INFO
public static IStrategyExceptionHandler.Source[] values()
for (IStrategyExceptionHandler.Source c : IStrategyExceptionHandler.Source.values()) System.out.println(c);
public static IStrategyExceptionHandler.Source 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 nullpublic String toString()
toString
in class Enum<IStrategyExceptionHandler.Source>
Copyright © 2016. All rights reserved.