public enum ContentProtection extends Enum<ContentProtection>
Enum Constant and Description |
---|
DECRYPT
Deprecated.
Decrypt the files
|
ENCRYPT
Deprecated.
Encrypt the files
|
OFF
Deprecated.
Normal transfer
|
Modifier and Type | Field and Description |
---|---|
static ContentProtection |
DEFAULT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommandLineOption()
Deprecated.
|
String |
toString()
Deprecated.
|
static ContentProtection |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ContentProtection[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentProtection DECRYPT
public static final ContentProtection ENCRYPT
public static final ContentProtection OFF
public static final ContentProtection DEFAULT
public static ContentProtection[] values()
for (ContentProtection c : ContentProtection.values()) System.out.println(c);
public static ContentProtection valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getCommandLineOption()
public String toString()
toString
in class Enum<ContentProtection>
Copyright © 2015 Aspera Inc.. All rights reserved.