net.sf.gsaapi.constants
Class Access

java.lang.Object
  extended bynet.sf.gsaapi.constants.Access

public final class Access
extends java.lang.Object

This class is a Java2 style enumeration implementation.

Author:
Amol S Deshmukh adeshmuk .at inxight .dot com

Field Summary
static Access ALL
          all results (secure and non-secure)
static Access PUBLIC
          non-secure results
static Access SECURE
          "secure" results
 
Method Summary
 boolean equals(java.lang.Object o)
           
 char getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLIC

public static final Access PUBLIC
non-secure results


SECURE

public static final Access SECURE
"secure" results


ALL

public static final Access ALL
all results (secure and non-secure)

Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)

getValue

public char getValue()


© Copyright 2006 Inxight Software, Inc.