Style Intelligence v12.0

inetsoft.report
Class LayoutTool.CrosstabOperation

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static LayoutTool.CrosstabOperation APPEND
          Indicates that a cell should be appended.
static LayoutTool.CrosstabOperation INSERT
          Indicates that a cell should be inserted.
static LayoutTool.CrosstabOperation REPLACE
          Indicates that a cell should be replaced.
 
Method Summary
static LayoutTool.CrosstabOperation valueOf(String name)
           
static LayoutTool.CrosstabOperation[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Method Detail

values

public static LayoutTool.CrosstabOperation[] values()

valueOf

public static LayoutTool.CrosstabOperation valueOf(String name)

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.