|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.InterfaceElements.types.SortContext
public class SortContext
Describes a LexBIG sort module.
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 |
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 |
---|
public static final int GRAPH_TYPE
public static final SortContext GRAPH
public static final int SET_TYPE
public static final SortContext SET
public static final int SETITERATION_TYPE
public static final SortContext SETITERATION
Method Detail |
---|
public static java.util.Enumeration<java.lang.Object> enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SortContext valueOf(java.lang.String string)
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. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |