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