org.hops.og.util
Class og_util.PageType

java.lang.Object
  extended by org.hops.og.util.og_util.PageType
Enclosing class:
og_util

public static class og_util.PageType
extends java.lang.Object

Class that defines constants for the types of pages The types are: error, simple, resultlist, ending


Field Summary
static int ending
          Ending = 3
static int error
          Error code = 0
static int resultslist
          ResultList = 2
static int simple
          Simle Code = 1
 
Constructor Summary
og_util.PageType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

error

public static final int error
Error code = 0

See Also:
Constant Field Values

simple

public static final int simple
Simle Code = 1

See Also:
Constant Field Values

resultslist

public static final int resultslist
ResultList = 2

See Also:
Constant Field Values

ending

public static final int ending
Ending = 3

See Also:
Constant Field Values
Constructor Detail

og_util.PageType

public og_util.PageType()