public static enum IStrategyExceptionHandler.Source extends java.lang.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 |
---|---|
java.lang.String |
toString() |
static IStrategyExceptionHandler.Source |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<IStrategyExceptionHandler.Source>
Copyright © 2024. All rights reserved.