public enum DocScope extends Enum<DocScope>
Modifier and Type | Method and Description |
---|---|
static DocScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocScope IO
public static final DocScope CONFIG
public static final DocScope INPUT
public static final DocScope OUTPUT
public static DocScope[] values()
for (DocScope c : DocScope.values()) System.out.println(c);
public static DocScope 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 © 2012-12-21-2017. All Rights Reserved.