@Deprecated public enum NOCCode extends java.lang.Enum<NOCCode>
| Enum Constant and Description |
|---|
C01
Deprecated.
|
C02
Deprecated.
|
C03
Deprecated.
|
C04
Deprecated.
|
C05
Deprecated.
|
C06
Deprecated.
|
C07
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static NOCCode |
findByCode(java.lang.String code)
Deprecated.
|
java.lang.String |
getCode()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
|
java.lang.String |
getNocReason()
Deprecated.
|
static NOCCode |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static NOCCode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NOCCode C01
public static final NOCCode C02
public static final NOCCode C03
public static final NOCCode C04
public static final NOCCode C05
public static final NOCCode C06
public static final NOCCode C07
public static NOCCode[] values()
for (NOCCode c : NOCCode.values()) System.out.println(c);
public static NOCCode 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 static NOCCode findByCode(java.lang.String code)
public java.lang.String getCode()
public java.lang.String getNocReason()
public java.lang.String getDescription()
Copyright © 2018. All Rights Reserved.