Package com.kaltura.client.enums
Enum PlayReadyCopyEnablerType
- java.lang.Object
-
- java.lang.Enum<PlayReadyCopyEnablerType>
-
- com.kaltura.client.enums.PlayReadyCopyEnablerType
-
- All Implemented Interfaces:
EnumAsString,Serializable,Comparable<PlayReadyCopyEnablerType>
public enum PlayReadyCopyEnablerType extends Enum<PlayReadyCopyEnablerType> implements EnumAsString
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AACSCLIPBOARDCPRMCSSDEVICEHELIXORANGE_BOOK_CDPCPRINTERSDCSDC_LIMITEDSDC_PREVIEW
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlayReadyCopyEnablerTypeget(String value)StringgetValue()voidsetValue(String value)static PlayReadyCopyEnablerTypevalueOf(String name)Returns the enum constant of this type with the specified name.static PlayReadyCopyEnablerType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CSS
public static final PlayReadyCopyEnablerType CSS
-
PRINTER
public static final PlayReadyCopyEnablerType PRINTER
-
DEVICE
public static final PlayReadyCopyEnablerType DEVICE
-
CLIPBOARD
public static final PlayReadyCopyEnablerType CLIPBOARD
-
SDC
public static final PlayReadyCopyEnablerType SDC
-
SDC_PREVIEW
public static final PlayReadyCopyEnablerType SDC_PREVIEW
-
AACS
public static final PlayReadyCopyEnablerType AACS
-
HELIX
public static final PlayReadyCopyEnablerType HELIX
-
CPRM
public static final PlayReadyCopyEnablerType CPRM
-
PC
public static final PlayReadyCopyEnablerType PC
-
SDC_LIMITED
public static final PlayReadyCopyEnablerType SDC_LIMITED
-
ORANGE_BOOK_CD
public static final PlayReadyCopyEnablerType ORANGE_BOOK_CD
-
-
Method Detail
-
values
public static PlayReadyCopyEnablerType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PlayReadyCopyEnablerType c : PlayReadyCopyEnablerType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PlayReadyCopyEnablerType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
- Specified by:
getValuein interfaceEnumAsString
-
setValue
public void setValue(String value)
-
get
public static PlayReadyCopyEnablerType get(String value)
-
-