com.businessobjects.rebean.wi
Class HZoneType

java.lang.Object
  extended by com.businessobjects.rebean.wi.HZoneType
All Implemented Interfaces:
java.io.Serializable

public final class HZoneType
extends java.lang.Object
implements java.io.Serializable

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

HZoneType class contains all horizontal zone types for a crosstable.

See Also:
CrossTable.getCellMatrix(VZoneType, HZoneType), Serialized Form

Field Summary
static int _BODY
          int value of BODY.value()
static int _LEFT
          int value of LEFT.value()
static int _RIGHT
          int value of RIGHT.value()
static HZoneType BODY
          Defines the middle, or body, zone.
static HZoneType LEFT
          Defines the left zone.
static HZoneType RIGHT
          Defines the right zone.
 
Method Summary
static HZoneType fromInt(int value)
          Return a HZoneType instance corresponding to value, or null when value does not correspond to any HZoneType
 java.lang.String toString()
          Return a String representation of this zone type (for debug purposes)
 int value()
          Return the int value of this zone type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_LEFT

public static final int _LEFT
int value of LEFT.value()

See Also:
Constant Field Values

_BODY

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

See Also:
Constant Field Values

_RIGHT

public static final int _RIGHT
int value of RIGHT.value()

See Also:
Constant Field Values

LEFT

public static final HZoneType LEFT
Defines the left zone.


BODY

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


RIGHT

public static final HZoneType RIGHT
Defines the right zone.

Method Detail

value

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

Returns:
the int value of this zone type

toString

public java.lang.String toString()
Return 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 HZoneType fromInt(int value)
Return a HZoneType instance corresponding to value, or null when value does not correspond to any HZoneType

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