@Deprecated public static enum Descriptors.FileDescriptor.Syntax extends Enum<Descriptors.FileDescriptor.Syntax>
Enum Constant and Description |
---|
EDITIONS
Deprecated.
|
PROTO2
Deprecated.
|
PROTO3
Deprecated.
|
UNKNOWN
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Descriptors.FileDescriptor.Syntax |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Descriptors.FileDescriptor.Syntax[] |
values()
Deprecated.
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 final Descriptors.FileDescriptor.Syntax EDITIONS
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–2025. All rights reserved.