public static enum SmppSessionLogger.Direction extends Enum<SmppSessionLogger.Direction>
| Modifier and Type | Method and Description |
|---|---|
static SmppSessionLogger.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmppSessionLogger.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmppSessionLogger.Direction UP
public static final SmppSessionLogger.Direction DOWN
public static SmppSessionLogger.Direction[] values()
for (SmppSessionLogger.Direction c : SmppSessionLogger.Direction.values()) System.out.println(c);
public static SmppSessionLogger.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 nullCopyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.