com.adobe.flashaccess.sdk.protocol.license
Class LicenseRequestMessage.RequestPhase

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.flashaccess.sdk.protocol.license.LicenseRequestMessage.RequestPhase
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
LicenseRequestMessage

public static final class LicenseRequestMessage.RequestPhase
extends Enum

Indicates the phase for the license request.

See Also:
Serialized Form

Field Summary
static LicenseRequestMessage.RequestPhase Acquire
          Client is requesting an actual license
static LicenseRequestMessage.RequestPhase Preview
          Support for preview is optional.
 
Method Summary
static LicenseRequestMessage.RequestPhase valueOf(String name)
           
static LicenseRequestMessage.RequestPhase[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Acquire

public static final LicenseRequestMessage.RequestPhase Acquire
Client is requesting an actual license


Preview

public static final LicenseRequestMessage.RequestPhase Preview
Support for preview is optional. May be used by the client to test if the client can be issued a license

Method Detail

values

public static LicenseRequestMessage.RequestPhase[] values()

valueOf

public static LicenseRequestMessage.RequestPhase valueOf(String name)


[an error occurred while processing this directive] [an error occurred while processing this directive]