static enum Descriptors.DescriptorPool.SearchFilter extends java.lang.Enum<Descriptors.DescriptorPool.SearchFilter>
| Enum Constant and Description |
|---|
AGGREGATES_ONLY |
ALL_SYMBOLS |
TYPES_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static Descriptors.DescriptorPool.SearchFilter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Descriptors.DescriptorPool.SearchFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Descriptors.DescriptorPool.SearchFilter TYPES_ONLY
public static final Descriptors.DescriptorPool.SearchFilter AGGREGATES_ONLY
public static final Descriptors.DescriptorPool.SearchFilter ALL_SYMBOLS
public static Descriptors.DescriptorPool.SearchFilter[] values()
for (Descriptors.DescriptorPool.SearchFilter c : Descriptors.DescriptorPool.SearchFilter.values()) System.out.println(c);
public static Descriptors.DescriptorPool.SearchFilter valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null