public static enum LegalContentAttestation.ContentType extends java.lang.Enum<LegalContentAttestation.ContentType>
Modifier and Type | Method and Description |
---|---|
static LegalContentAttestation.ContentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegalContentAttestation.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegalContentAttestation.ContentType javaScriptActions
public static final LegalContentAttestation.ContentType launchActions
public static final LegalContentAttestation.ContentType uriActions
public static final LegalContentAttestation.ContentType movieActions
public static final LegalContentAttestation.ContentType soundActions
public static final LegalContentAttestation.ContentType hideAnnotationActions
public static final LegalContentAttestation.ContentType goToRemoteActions
public static final LegalContentAttestation.ContentType alternateImages
public static final LegalContentAttestation.ContentType externalStreams
public static final LegalContentAttestation.ContentType trueTypeFonts
public static final LegalContentAttestation.ContentType externalRefXobjects
public static final LegalContentAttestation.ContentType externalOPIdicts
public static final LegalContentAttestation.ContentType nonEmbeddedFonts
public static final LegalContentAttestation.ContentType devDepGS_OP
public static final LegalContentAttestation.ContentType devDepGS_HT
public static final LegalContentAttestation.ContentType devDepGS_TR
public static final LegalContentAttestation.ContentType devDepGS_UCR
public static final LegalContentAttestation.ContentType devDepGS_BG
public static final LegalContentAttestation.ContentType devDepGS_FL
public static final LegalContentAttestation.ContentType annotations
public static LegalContentAttestation.ContentType[] values()
for (LegalContentAttestation.ContentType c : LegalContentAttestation.ContentType.values()) System.out.println(c);
public static LegalContentAttestation.ContentType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null