public static enum BucketValueOrderDecorator.OrderPosition extends java.lang.Enum<BucketValueOrderDecorator.OrderPosition>
| Modifier and Type | Method and Description |
|---|---|
int |
comparePosition(BucketValueOrderDecorator.OrderPosition other) |
static BucketValueOrderDecorator.OrderPosition |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int comparePosition(BucketValueOrderDecorator.OrderPosition other)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com