|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Enum com.adobe.livecycle.convertpdfservice.client.enumeration.SWFVersion
public final class SWFVersion
The version with which SWF is encoded.
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 |
---|
public static final SWFVersion v_1
public static final SWFVersion v_2
public static final SWFVersion v_3
public static final SWFVersion v_4
public static final SWFVersion v_5
public static final SWFVersion v_6
public static final SWFVersion v_7
public static final SWFVersion v_8
public static final SWFVersion v_9
public static final SWFVersion v_10
Method Detail |
---|
public static SWFVersion[] values()
public static SWFVersion valueOf(java.lang.String name)
public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |