public static enum Descriptors.FileDescriptor.Syntax extends Enum<Descriptors.FileDescriptor.Syntax>
Modifier and Type | Method and Description |
---|---|
static Descriptors.FileDescriptor.Syntax |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Descriptors.FileDescriptor.Syntax[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Descriptors.FileDescriptor.Syntax UNKNOWN
public static final Descriptors.FileDescriptor.Syntax PROTO2
public static final Descriptors.FileDescriptor.Syntax PROTO3
public static Descriptors.FileDescriptor.Syntax[] values()
for (Descriptors.FileDescriptor.Syntax c : Descriptors.FileDescriptor.Syntax.values()) System.out.println(c);
public static Descriptors.FileDescriptor.Syntax 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 © 2008–2022. All rights reserved.