com.businessobjects.dsws.reportengine
Class SortType

java.lang.Object
  extended bycom.businessobjects.dsws.reportengine.SortType
All Implemented Interfaces:
java.io.Serializable

public class SortType
extends java.lang.Object
implements java.io.Serializable

The SortType object defines the different sorts that have been defined on a List Of Values(LOV). ==== YOURS SortType.java
Go to LOV for a full explanation of List Of Values.
Go to Drill to see an example of a LOV used to filter a Drill action. <<<<

See Also:
LOV, Drill, DrillPath, DrillHierarchy, DrillInfo, Value, Action, RetrieveView, RetrieveData, PromptInfo, Action, FillPrompt, DiscretePromptValue, PromptValue, RangePromptValue, ReportEngine, DocumentInformation, Serialized Form

Field Summary
static SortType ASCENDING
          Ascending Sort
static SortType DESCENDING
          Descending Sort
static SortType NONE
          No Sort
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static SortType fromString(java.lang.String value)
          Internal Use Only.
static SortType fromValue(java.lang.String value)
          Internal Use Only.
 java.lang.String getValue()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 java.lang.Object readResolve()
          Internal Use Only.
 java.lang.String toString()
          Internal Use Only.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final SortType NONE
No Sort


ASCENDING

public static final SortType ASCENDING
Ascending Sort


DESCENDING

public static final SortType DESCENDING
Descending Sort

Method Detail

getValue

public java.lang.String getValue()

Internal Use Only.


fromValue

public static SortType fromValue(java.lang.String value)
                          throws java.lang.IllegalStateException

Internal Use Only.

Throws:
java.lang.IllegalStateException

fromString

public static SortType fromString(java.lang.String value)
                           throws java.lang.IllegalStateException

Internal Use Only.

Throws:
java.lang.IllegalStateException

equals

public boolean equals(java.lang.Object obj)

Internal Use Only.


hashCode

public int hashCode()

Internal Use Only.


toString

public java.lang.String toString()

Internal Use Only.


readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException

Internal Use Only.

Throws:
java.io.ObjectStreamException