org.LexGrid.LexBIG.DataModel.InterfaceElements.types
Class SortContext

java.lang.Object
  extended by org.LexGrid.LexBIG.DataModel.InterfaceElements.types.SortContext
All Implemented Interfaces:
java.io.Serializable

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

Describes a LexBIG sort module.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
static SortContext GRAPH
          The instance of the graph type
static int GRAPH_TYPE
          The graph type
static SortContext SET
          The instance of the set type
static int SET_TYPE
          The set type
static SortContext SETITERATION
          The instance of the setIteration type
static int SETITERATION_TYPE
          The setIteration type
static SortContext SETLISTPOSTRESOLVE
          The instance of the setListPostResolve type
static int SETLISTPOSTRESOLVE_TYPE
          The setListPostResolve type
static SortContext SETLISTPRERESOLVE
          The instance of the setListPreResolve type
static int SETLISTPRERESOLVE_TYPE
          The setListPreResolve type
 
Method Summary
static java.util.Enumeration<java.lang.Object> enumerate()
          Method enumerate.Returns an enumeration of all possible instances of SortContext
 int getType()
          Method getType.Returns the type of this SortContext
 java.lang.String toString()
          Method toString.Returns the String representation of this SortContext
static SortContext valueOf(java.lang.String string)
          Method valueOf.Returns a new SortContext based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GRAPH_TYPE

public static final int GRAPH_TYPE
The graph type

See Also:
Constant Field Values

GRAPH

public static final SortContext GRAPH
The instance of the graph type


SET_TYPE

public static final int SET_TYPE
The set type

See Also:
Constant Field Values

SET

public static final SortContext SET
The instance of the set type


SETLISTPRERESOLVE_TYPE

public static final int SETLISTPRERESOLVE_TYPE
The setListPreResolve type

See Also:
Constant Field Values

SETLISTPRERESOLVE

public static final SortContext SETLISTPRERESOLVE
The instance of the setListPreResolve type


SETLISTPOSTRESOLVE_TYPE

public static final int SETLISTPOSTRESOLVE_TYPE
The setListPostResolve type

See Also:
Constant Field Values

SETLISTPOSTRESOLVE

public static final SortContext SETLISTPOSTRESOLVE
The instance of the setListPostResolve type


SETITERATION_TYPE

public static final int SETITERATION_TYPE
The setIteration type

See Also:
Constant Field Values

SETITERATION

public static final SortContext SETITERATION
The instance of the setIteration type

Method Detail

enumerate

public static java.util.Enumeration<java.lang.Object> enumerate()
Method enumerate.Returns an enumeration of all possible instances of SortContext

Returns:
an Enumeration over all possible instances of SortContext

getType

public int getType()
Method getType.Returns the type of this SortContext

Returns:
the type of this SortContext

toString

public java.lang.String toString()
Method toString.Returns the String representation of this SortContext

Overrides:
toString in class java.lang.Object
Returns:
the String representation of this SortContext

valueOf

public static SortContext valueOf(java.lang.String string)
Method valueOf.Returns a new SortContext based on the given String value.

Parameters:
string -
Returns:
the SortContext value of parameter 'string'

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.