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