public static enum Metadata.StandardMethod extends Enum<Metadata.StandardMethod>
| Modifier and Type | Method and Description |
|---|---|
static Metadata.StandardMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metadata.StandardMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metadata.StandardMethod TO_STRING
public static final Metadata.StandardMethod HASH_CODE
public static final Metadata.StandardMethod EQUALS
public static Metadata.StandardMethod[] values()
for (Metadata.StandardMethod c : Metadata.StandardMethod.values()) System.out.println(c);
public static Metadata.StandardMethod 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 nullCopyright © 2015 Google, Inc.. All rights reserved.