public static enum Config.JsDocParsing extends java.lang.Enum<Config.JsDocParsing>
| Enum Constant and Description |
|---|
INCLUDE_DESCRIPTIONS_NO_WHITESPACE |
INCLUDE_DESCRIPTIONS_WITH_WHITESPACE |
TYPES_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static Config.JsDocParsing |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Config.JsDocParsing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.JsDocParsing TYPES_ONLY
public static final Config.JsDocParsing INCLUDE_DESCRIPTIONS_NO_WHITESPACE
public static final Config.JsDocParsing INCLUDE_DESCRIPTIONS_WITH_WHITESPACE
public static Config.JsDocParsing[] values()
for (Config.JsDocParsing c : Config.JsDocParsing.values()) System.out.println(c);
public static Config.JsDocParsing 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-2019 Google. All Rights Reserved.