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