public enum NagravisionSMSgwResponseErrorCodeExtension extends java.lang.Enum<NagravisionSMSgwResponseErrorCodeExtension> implements ICRMLookupEnum
Enum Constant and Description |
---|
EXTERNEL_SYSTEM_ERROR |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode() |
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
static NagravisionSMSgwResponseErrorCodeExtension |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NagravisionSMSgwResponseErrorCodeExtension |
valueOfByCode(java.lang.String errorCodeExt) |
static NagravisionSMSgwResponseErrorCodeExtension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NagravisionSMSgwResponseErrorCodeExtension EXTERNEL_SYSTEM_ERROR
public static NagravisionSMSgwResponseErrorCodeExtension[] values()
for (NagravisionSMSgwResponseErrorCodeExtension c : NagravisionSMSgwResponseErrorCodeExtension.values()) System.out.println(c);
public static NagravisionSMSgwResponseErrorCodeExtension 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 nullpublic java.lang.String getCode()
public java.lang.String getDescription()
public static NagravisionSMSgwResponseErrorCodeExtension valueOfByCode(java.lang.String errorCodeExt)
public java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum