com.businessobjects.rebean.wi
Class VZoneType

java.lang.Object
  extended by com.businessobjects.rebean.wi.VZoneType

public final class VZoneType
extends java.lang.Object

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

VZoneType class represents all vertical zone types for a crosstable.

See Also:
CrossTable.getCellMatrix(VZoneType, HZoneType)

Field Summary
static int _BODY
          int value of BODY.value()
static int _BOTTOM
          int value of BOTTOM.value()
static int _TOP
          int value of TOP.value()
static VZoneType BODY
          Defines the middle, or body, zone.
static VZoneType BOTTOM
          Defines the bottom zone.
static VZoneType TOP
          Defines the top zone.
 
Method Summary
static VZoneType fromInt(int value)
          Returns a VZoneType instance corresponding to value, or null when value does not correspond to any VZoneType
 java.lang.String toString()
          Returns a String representation of this zone type (for debug purposes)
 int value()
          Returns the int value of this zone type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_TOP

public static final int _TOP
int value of TOP.value()

See Also:
Constant Field Values

_BODY

public static final int _BODY
int value of BODY.value()

See Also:
Constant Field Values

_BOTTOM

public static final int _BOTTOM
int value of BOTTOM.value()

See Also:
Constant Field Values

TOP

public static final VZoneType TOP
Defines the top zone.


BODY

public static final VZoneType BODY
Defines the middle, or body, zone.


BOTTOM

public static final VZoneType BOTTOM
Defines the bottom zone.

Method Detail

value

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

Returns:
the int value of this zone type

toString

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

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

fromInt

public static VZoneType fromInt(int value)
Returns a VZoneType instance corresponding to value, or null when value does not correspond to any VZoneType

Returns:
a VZoneType instance corresponding to value, or null when value does not correspond to any VZoneType