com.adobe.flashaccess.sdk.rights
Class OutputProtectionRequirements.OutputRestrictions

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.flashaccess.sdk.rights.OutputProtectionRequirements.OutputRestrictions
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
OutputProtectionRequirements

public static final class OutputProtectionRequirements.OutputRestrictions
extends java.lang.Enum

Output protection restrictions which may be specified for each type of output interface.

See Also:
Serialized Form

Field Summary
static OutputProtectionRequirements.OutputRestrictions NO_PLAYBACK
          Playback on output interfaces is not allowed.
static OutputProtectionRequirements.OutputRestrictions NO_PROTECTION
          Output protection is not used.
static OutputProtectionRequirements.OutputRestrictions REQUIRED
          Output protection is required.
static OutputProtectionRequirements.OutputRestrictions USE_IF_AVAILABLE
          Use output protection if available, otherwise proceed.
 
Method Summary
static OutputProtectionRequirements.OutputRestrictions valueOf(java.lang.String name)
           
static OutputProtectionRequirements.OutputRestrictions[] 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

NO_PROTECTION

public static final OutputProtectionRequirements.OutputRestrictions NO_PROTECTION
Output protection is not used.


USE_IF_AVAILABLE

public static final OutputProtectionRequirements.OutputRestrictions USE_IF_AVAILABLE
Use output protection if available, otherwise proceed.


REQUIRED

public static final OutputProtectionRequirements.OutputRestrictions REQUIRED
Output protection is required.


NO_PLAYBACK

public static final OutputProtectionRequirements.OutputRestrictions NO_PLAYBACK
Playback on output interfaces is not allowed.

Method Detail

values

public static OutputProtectionRequirements.OutputRestrictions[] values()

valueOf

public static OutputProtectionRequirements.OutputRestrictions valueOf(java.lang.String name)


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