inetsoft.report
Class LayoutTool.CrosstabOperation
java.lang.Object
java.lang.Enum
inetsoft.report.LayoutTool.CrosstabOperation
- All Implemented Interfaces:
- Serializable, Comparable
- Enclosing class:
- LayoutTool
public static final class LayoutTool.CrosstabOperation
- extends Enum
Enumeration of the binding operations on a crosstab table.
- Since:
- 10.3
- See Also:
- Serialized Form
INSERT
public static final LayoutTool.CrosstabOperation INSERT
- Indicates that a cell should be inserted.
APPEND
public static final LayoutTool.CrosstabOperation APPEND
- Indicates that a cell should be appended.
REPLACE
public static final LayoutTool.CrosstabOperation REPLACE
- Indicates that a cell should be replaced.
values
public static LayoutTool.CrosstabOperation[] values()
valueOf
public static LayoutTool.CrosstabOperation valueOf(String name)