protected static enum S2SAbstractProcessor.Order extends Enum<S2SAbstractProcessor.Order>
Enum Constant and Description |
---|
Dialback |
StartTLS |
StartZlib |
StreamError |
StreamFeatures |
StreamOpen |
Modifier and Type | Method and Description |
---|---|
static S2SAbstractProcessor.Order |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S2SAbstractProcessor.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S2SAbstractProcessor.Order StreamOpen
public static final S2SAbstractProcessor.Order StreamError
public static final S2SAbstractProcessor.Order StreamFeatures
public static final S2SAbstractProcessor.Order StartTLS
public static final S2SAbstractProcessor.Order StartZlib
public static final S2SAbstractProcessor.Order Dialback
public static S2SAbstractProcessor.Order[] values()
for (S2SAbstractProcessor.Order c : S2SAbstractProcessor.Order.values()) System.out.println(c);
public static S2SAbstractProcessor.Order 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 © 2017 "Tigase, Inc.". All rights reserved.