com.businessobjects.rebean.wi
Class AxisType

java.lang.Object
  extended by com.businessobjects.rebean.wi.AxisType
Direct Known Subclasses:
GraphAxis, TableAxis

public abstract class AxisType
extends java.lang.Object

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

The AxisType class defines all possible axis types. An axis is a collection of report expressions.

See Also:
ReportBlock.getAxis(AxisType)

Constructor Summary
AxisType()
           
 
Method Summary
static AxisType fromInt(int value)
          Returns a AxisType instance corresponding to value, or null when value does not correspond to any AxisType
abstract  int value()
          Returns the int value of this axis type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisType

public AxisType()
Method Detail

value

public abstract int value()
Returns the int value of this axis type

Returns:
the int value of this axis type

fromInt

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

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