com.adobe.livecycle.convertpdfservice.client.enumeration
Class SWFVersion

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.convertpdfservice.client.enumeration.SWFVersion
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class SWFVersion
extends java.lang.Enum

The version with which SWF is encoded.

See Also:
Serialized Form

Field Summary
static SWFVersion v_1
          Represents the SWF version 1.
static SWFVersion v_10
          Represents the SWF version 10.
static SWFVersion v_2
          Represents the SWF version 2.
static SWFVersion v_3
          Represents the SWF version 3.
static SWFVersion v_4
          Represents the SWF version 4.
static SWFVersion v_5
          Represents the SWF version 5.
static SWFVersion v_6
          Represents the SWF version 6.
static SWFVersion v_7
          Represents the SWF version 7.
static SWFVersion v_8
          Represents the SWF version 8.
static SWFVersion v_9
          Represents the SWF version 9.
 
Method Summary
 java.lang.String getValue()
           
static SWFVersion valueOf(java.lang.String name)
           
static SWFVersion[] 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

v_1

public static final SWFVersion v_1
Represents the SWF version 1.


v_2

public static final SWFVersion v_2
Represents the SWF version 2.


v_3

public static final SWFVersion v_3
Represents the SWF version 3.


v_4

public static final SWFVersion v_4
Represents the SWF version 4.


v_5

public static final SWFVersion v_5
Represents the SWF version 5.


v_6

public static final SWFVersion v_6
Represents the SWF version 6.


v_7

public static final SWFVersion v_7
Represents the SWF version 7.


v_8

public static final SWFVersion v_8
Represents the SWF version 8.


v_9

public static final SWFVersion v_9
Represents the SWF version 9.


v_10

public static final SWFVersion v_10
Represents the SWF version 10.

Method Detail

values

public static SWFVersion[] values()

valueOf

public static SWFVersion valueOf(java.lang.String name)

getValue

public java.lang.String getValue()