public static enum Messages.Search extends Enum<Messages.Search>
Enum Constant and Description |
---|
No_Saved_Search |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.Search |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.Search[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.Search No_Saved_Search
public static Messages.Search[] values()
for (Messages.Search c : Messages.Search.values()) System.out.println(c);
public static Messages.Search 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 toString()
toString
in class Enum<Messages.Search>
Copyright © 2013–2019. All rights reserved.