public static enum QosDestinationOrder.Kind extends Enum<QosDestinationOrder.Kind>
Enum Constant and Description |
---|
BY_RECEPTION_TIMESTAMP |
BY_SOURCE_TIMESTAMP |
Modifier and Type | Method and Description |
---|---|
static QosDestinationOrder.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QosDestinationOrder.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QosDestinationOrder.Kind BY_RECEPTION_TIMESTAMP
public static final QosDestinationOrder.Kind BY_SOURCE_TIMESTAMP
public static QosDestinationOrder.Kind[] values()
for (QosDestinationOrder.Kind c : QosDestinationOrder.Kind.values()) System.out.println(c);
public static QosDestinationOrder.Kind 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 © 2016. All rights reserved.