public enum DrmErrorCode extends Enum<DrmErrorCode>
Enum Constant and Description |
---|
FAILEDOPERATION_PEMIDNOTEXIST |
FAILEDOPERATION_PEMNUMTOOMUCH |
INTERNALERROR |
INVALIDPARAMETER |
INVALIDPARAMETERVALUE |
UNKNOWNPARAMETER |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static DrmErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrmErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrmErrorCode FAILEDOPERATION_PEMIDNOTEXIST
public static final DrmErrorCode FAILEDOPERATION_PEMNUMTOOMUCH
public static final DrmErrorCode INTERNALERROR
public static final DrmErrorCode INVALIDPARAMETER
public static final DrmErrorCode INVALIDPARAMETERVALUE
public static final DrmErrorCode UNKNOWNPARAMETER
public static DrmErrorCode[] values()
for (DrmErrorCode c : DrmErrorCode.values()) System.out.println(c);
public static DrmErrorCode 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 getValue()
Copyright © 2021. All rights reserved.