public static enum FastMessageLogger.Direction extends Enum<FastMessageLogger.Direction>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static FastMessageLogger.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastMessageLogger.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FastMessageLogger.Direction INBOUND
public static final FastMessageLogger.Direction OUTBOUND
public static FastMessageLogger.Direction[] values()
for (FastMessageLogger.Direction c : FastMessageLogger.Direction.values()) System.out.println(c);
public static FastMessageLogger.Direction 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<FastMessageLogger.Direction>
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.