com.businessobjects.rebean.wi
Class TableType

java.lang.Object
  extended by com.businessobjects.rebean.wi.BlockType
      extended by com.businessobjects.rebean.wi.TableType

public final class TableType
extends BlockType

Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.

All possible table block types.


Field Summary
static int _FORM
          int value of FORM.value()
static int _HTABLE
          int value of HTABLE.value()
static int _VTABLE
          int value of VTABLE.value()
static int _XTABLE
          int value of XTABLE.value()
static TableType FORM
          Defines a form.
static TableType HTABLE
          Defines a vertical table.
static TableType VTABLE
          Defines a vertical table.
static TableType XTABLE
          Defines a crosstable.
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this representation type (for debug purposes)
 int value()
          Returns the int value of this representation type
 
Methods inherited from class com.businessobjects.rebean.wi.BlockType
fromInt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_VTABLE

public static final int _VTABLE
int value of VTABLE.value()

See Also:
Constant Field Values

_HTABLE

public static final int _HTABLE
int value of HTABLE.value()

See Also:
Constant Field Values

_XTABLE

public static final int _XTABLE
int value of XTABLE.value()

See Also:
Constant Field Values

_FORM

public static final int _FORM
int value of FORM.value()

See Also:
Constant Field Values

VTABLE

public static final TableType VTABLE
Defines a vertical table. BlockAxis data is in TableAxis.HORIZONTAL.


HTABLE

public static final TableType HTABLE
Defines a vertical table. BlockAxis data is in TableAxis.VERTICAL.


XTABLE

public static final TableType XTABLE
Defines a crosstable. BlockAxis data is in TableAxis.HORIZONTAL (defines columns), TableAxis.VERTICAL (defines rows) and TableAxis.CONTENT (defines content or body).


FORM

public static final TableType FORM
Defines a form. BlockAxis data is in TableAxis.HORIZONTAL.

Method Detail

value

public int value()
Returns the int value of this representation type

Specified by:
value in class BlockType
Returns:
the int value of this representation type

toString

public java.lang.String toString()
Returns a String representation of this representation type (for debug purposes)

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this representation type (for debug purposes)