public static enum Mutation.SERIALIZED_FORMAT extends Enum<Mutation.SERIALIZED_FORMAT>
Modifier and Type | Method and Description |
---|---|
static Mutation.SERIALIZED_FORMAT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mutation.SERIALIZED_FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mutation.SERIALIZED_FORMAT VERSION1
public static final Mutation.SERIALIZED_FORMAT VERSION2
public static Mutation.SERIALIZED_FORMAT[] values()
for (Mutation.SERIALIZED_FORMAT c : Mutation.SERIALIZED_FORMAT.values()) System.out.println(c);
public static Mutation.SERIALIZED_FORMAT 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 © 2011–2018 The Apache Software Foundation. All rights reserved.