public static enum Employment.NiCategoryEnum extends Enum<Employment.NiCategoryEnum>
| Modifier and Type | Method and Description |
|---|---|
static Employment.NiCategoryEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static Employment.NiCategoryEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Employment.NiCategoryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Employment.NiCategoryEnum A
public static final Employment.NiCategoryEnum B
public static final Employment.NiCategoryEnum C
public static final Employment.NiCategoryEnum H
public static final Employment.NiCategoryEnum J
public static final Employment.NiCategoryEnum M
public static final Employment.NiCategoryEnum Z
public static final Employment.NiCategoryEnum X
public static Employment.NiCategoryEnum[] values()
for (Employment.NiCategoryEnum c : Employment.NiCategoryEnum.values()) System.out.println(c);
public static Employment.NiCategoryEnum 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()
public String toString()
toString in class Enum<Employment.NiCategoryEnum>public static Employment.NiCategoryEnum fromValue(String value)
Copyright © 2020. All rights reserved.