static enum EdbOrganizationClassifyPane.SHOW_MODE extends Enum<EdbOrganizationClassifyPane.SHOW_MODE>
Enum Constant and Description |
---|
ALL |
NotPRESENT |
PRESENT |
Modifier and Type | Method and Description |
---|---|
static EdbOrganizationClassifyPane.SHOW_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdbOrganizationClassifyPane.SHOW_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdbOrganizationClassifyPane.SHOW_MODE PRESENT
public static final EdbOrganizationClassifyPane.SHOW_MODE NotPRESENT
public static final EdbOrganizationClassifyPane.SHOW_MODE ALL
public static EdbOrganizationClassifyPane.SHOW_MODE[] values()
for (EdbOrganizationClassifyPane.SHOW_MODE c : EdbOrganizationClassifyPane.SHOW_MODE.values()) System.out.println(c);
public static EdbOrganizationClassifyPane.SHOW_MODE 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 nullEDB Working Group at Tue Jun 10 17:08:59 JST 2025