public static enum SourceMap.DetailLevel extends java.lang.Enum<SourceMap.DetailLevel> implements com.google.common.base.Predicate<Node>
Modifier and Type | Method and Description |
---|---|
static SourceMap.DetailLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SourceMap.DetailLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceMap.DetailLevel ALL
public static final SourceMap.DetailLevel SYMBOLS
public static SourceMap.DetailLevel[] values()
for (SourceMap.DetailLevel c : SourceMap.DetailLevel.values()) System.out.println(c);
public static SourceMap.DetailLevel 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 nullCopyright © 2009-2017 Google. All Rights Reserved.