public enum CrosstabTotalPositionEnum extends Enum<CrosstabTotalPositionEnum> implements JREnum
Enum Constant and Description |
---|
END
Constants indicating that totals are to be positioned at the end of the other buckets.
|
NONE
Constant indicating that total are not required for this bucket.
|
START
Constants indicating that totals are to be positioned before the other buckets.
|
Modifier and Type | Method and Description |
---|---|
static CrosstabTotalPositionEnum |
getByName(String name) |
static CrosstabTotalPositionEnum |
getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static CrosstabTotalPositionEnum |
getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
String |
getName() |
byte |
getValue()
Deprecated.
Used only by deprecated serialized fields.
|
Byte |
getValueByte()
Deprecated.
Used only by deprecated serialized fields.
|
static CrosstabTotalPositionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrosstabTotalPositionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrosstabTotalPositionEnum NONE
public static final CrosstabTotalPositionEnum START
public static final CrosstabTotalPositionEnum END
public static CrosstabTotalPositionEnum[] values()
for (CrosstabTotalPositionEnum c : CrosstabTotalPositionEnum.values()) System.out.println(c);
public static CrosstabTotalPositionEnum 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 Byte getValueByte()
getValueByte
in interface JREnum
public final byte getValue()
public static CrosstabTotalPositionEnum getByName(String name)
public static CrosstabTotalPositionEnum getByValue(Byte value)
public static CrosstabTotalPositionEnum getByValue(byte value)
Copyright © 2017. All rights reserved.