public enum IncrementTypeEnum extends java.lang.Enum<IncrementTypeEnum> implements JREnum
Enum Constant and Description |
---|
COLUMN
The variable is incremented with each new column.
|
GROUP
The variable is incremented every time the group specified by the
JRVariable.getIncrementGroup() method breaks. |
NONE
The variable is incremented with every record during the iteration through the data source.
|
PAGE
The variable is incremented with each new page.
|
REPORT
The variable never gets incremented during the report-filling process.
|
Modifier and Type | Method and Description |
---|---|
static IncrementTypeEnum |
getByName(java.lang.String name) |
static IncrementTypeEnum |
getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static IncrementTypeEnum |
getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte()
Deprecated.
Used only by deprecated serialized fields.
|
static IncrementTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncrementTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncrementTypeEnum REPORT
public static final IncrementTypeEnum PAGE
public static final IncrementTypeEnum COLUMN
public static final IncrementTypeEnum GROUP
JRVariable.getIncrementGroup()
method breaks.public static final IncrementTypeEnum NONE
public static IncrementTypeEnum[] values()
for (IncrementTypeEnum c : IncrementTypeEnum.values()) System.out.println(c);
public static IncrementTypeEnum 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 java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public static IncrementTypeEnum getByName(java.lang.String name)
public static IncrementTypeEnum getByValue(java.lang.Byte value)
public static IncrementTypeEnum getByValue(byte value)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com