public enum CrosstabPercentageEnum extends Enum<CrosstabPercentageEnum> implements JREnum
Enum Constant and Description |
---|
GRAND_TOTAL
Percentage type indicating that the value will be calculated as percentage
of the grand total value.
|
NONE
Percentage type indicating that the value will not be calculated
as a percentage.
|
Modifier and Type | Method and Description |
---|---|
static CrosstabPercentageEnum |
getByName(String name) |
static CrosstabPercentageEnum |
getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static CrosstabPercentageEnum |
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 CrosstabPercentageEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrosstabPercentageEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrosstabPercentageEnum NONE
public static final CrosstabPercentageEnum GRAND_TOTAL
public static CrosstabPercentageEnum[] values()
for (CrosstabPercentageEnum c : CrosstabPercentageEnum.values()) System.out.println(c);
public static CrosstabPercentageEnum 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 CrosstabPercentageEnum getByName(String name)
public static CrosstabPercentageEnum getByValue(Byte value)
public static CrosstabPercentageEnum getByValue(byte value)
Copyright © 2017. All rights reserved.