com.SecurePlay
Class SPUEPrivatePolicy

java.lang.Object
  extended bycom.SecurePlay.SPUEPrivatePolicy

public class SPUEPrivatePolicy
extends java.lang.Object

Enumerated class with values: A, P, Q. This is used for the Privacy Policy for messages. It should be replaced by an "enum" with Java 1.5.

Author:
IT GlobalSecure
See Also:
SecurePlay License Information
 

Field Summary
static SPUEPrivatePolicy A
          The value: A
static SPUEPrivatePolicy P
          The value: P
static SPUEPrivatePolicy Q
          The value: Q
 
Method Summary
 java.lang.String toString()
          returns the value as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

A

public static final SPUEPrivatePolicy A
The value: A


P

public static final SPUEPrivatePolicy P
The value: P


Q

public static final SPUEPrivatePolicy Q
The value: Q

Method Detail

toString

public java.lang.String toString()
returns the value as a string