com.businessobjects.rebean.wi
Class SortInfoType

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

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

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

SortInfoType represents the ways in which it is possible to sort a DPExpression, VariableExpression or Link instance.

Since:
11.5
See Also:
Serialized Form

Field Summary
static int _ALPHANUMERIC
          The int value of ALPHANUMERIC.value().
static int _CUSTOM
          The int value of CUSTOM.value().
static SortInfoType ALPHANUMERIC
          The SortInfo instance corresponding to this SortInfoType is ordered alphanumerically.
static SortInfoType CUSTOM
          The SortInfo instance corresponding to this SortInfoType has a sort order customized by a Web Intelligence user.
 
Method Summary
static SortInfoType fromInt(int value)
          A SortInfoType instance corresponding to value.
 java.lang.String toString()
          Returns a String representation of the SortInfoType.
 int value()
          Returns the int value of the SortInfoType instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_ALPHANUMERIC

public static final int _ALPHANUMERIC
The int value of ALPHANUMERIC.value().

See Also:
Constant Field Values

_CUSTOM

public static final int _CUSTOM
The int value of CUSTOM.value().

See Also:
Constant Field Values

ALPHANUMERIC

public static final SortInfoType ALPHANUMERIC
The SortInfo instance corresponding to this SortInfoType is ordered alphanumerically.


CUSTOM

public static final SortInfoType CUSTOM
The SortInfo instance corresponding to this SortInfoType has a sort order customized by a Web Intelligence user.

Method Detail

value

public int value()
Returns the int value of the SortInfoType instance.

Returns:
The int value of the SortInfoType instance.

toString

public java.lang.String toString()
Returns a String representation of the SortInfoType.

This method is used for debug purposes only.

Overrides:
toString in class java.lang.Object
Returns:
A String representation of the SortInfoType.

fromInt

public static SortInfoType fromInt(int value)
A SortInfoType instance corresponding to value.

Returns:
A SortInfoType instance corresponding to value. Returns null when value does not correspond to a SortInfoType.