public enum NOCCode extends Enum<NOCCode>
| Modifier and Type | Method and Description |
|---|---|
static NOCCode |
findByCode(String code) |
String |
getCode() |
String |
getDescription() |
String |
getNocReason() |
static NOCCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NOCCode[] |
values()
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(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 getCode()
public String getNocReason()
public String getDescription()
Copyright © 2016. All Rights Reserved.