public static enum Descriptors.SignatureType extends Enum<Descriptors.SignatureType>
Modifier and Type | Method and Description |
---|---|
static Descriptors.SignatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Descriptors.SignatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Descriptors.SignatureType TYPEVAR
public static final Descriptors.SignatureType METHOD
public static final Descriptors.SignatureType FIELD
public static Descriptors.SignatureType[] values()
for (Descriptors.SignatureType c : Descriptors.SignatureType.values()) System.out.println(c);
public static Descriptors.SignatureType 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 © 2021 aQute SARL. All rights reserved.