net.sf.dynamicreports.report.constant
Enum SubtotalPosition
java.lang.Object
java.lang.Enum<SubtotalPosition>
net.sf.dynamicreports.report.constant.SubtotalPosition
- All Implemented Interfaces:
- Serializable, Comparable<SubtotalPosition>
public enum SubtotalPosition
- extends Enum<SubtotalPosition>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
TITLE
public static final SubtotalPosition TITLE
PAGE_HEADER
public static final SubtotalPosition PAGE_HEADER
PAGE_FOOTER
public static final SubtotalPosition PAGE_FOOTER
COLUMN_HEADER
public static final SubtotalPosition COLUMN_HEADER
COLUMN_FOOTER
public static final SubtotalPosition COLUMN_FOOTER
GROUP_HEADER
public static final SubtotalPosition GROUP_HEADER
GROUP_FOOTER
public static final SubtotalPosition GROUP_FOOTER
FIRST_GROUP_HEADER
public static final SubtotalPosition FIRST_GROUP_HEADER
FIRST_GROUP_FOOTER
public static final SubtotalPosition FIRST_GROUP_FOOTER
LAST_GROUP_HEADER
public static final SubtotalPosition LAST_GROUP_HEADER
LAST_GROUP_FOOTER
public static final SubtotalPosition LAST_GROUP_FOOTER
LAST_PAGE_FOOTER
public static final SubtotalPosition LAST_PAGE_FOOTER
SUMMARY
public static final SubtotalPosition SUMMARY
values
public static SubtotalPosition[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SubtotalPosition c : SubtotalPosition.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SubtotalPosition valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2010-2014. All Rights Reserved.