public static enum JavadocLinkGenerator.JavadocToolVersionRange extends Enum<JavadocLinkGenerator.JavadocToolVersionRange>
| Enum Constant and Description |
|---|
JDK10_OR_HIGHER |
JDK7_OR_LOWER |
JDK8_OR_9 |
| Modifier and Type | Method and Description |
|---|---|
static JavadocLinkGenerator.JavadocToolVersionRange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavadocLinkGenerator.JavadocToolVersionRange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavadocLinkGenerator.JavadocToolVersionRange JDK7_OR_LOWER
public static final JavadocLinkGenerator.JavadocToolVersionRange JDK8_OR_9
public static final JavadocLinkGenerator.JavadocToolVersionRange JDK10_OR_HIGHER
public static JavadocLinkGenerator.JavadocToolVersionRange[] values()
for (JavadocLinkGenerator.JavadocToolVersionRange c : JavadocLinkGenerator.JavadocToolVersionRange.values()) System.out.println(c);
public static JavadocLinkGenerator.JavadocToolVersionRange 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.