public enum ApiDocNodeBody extends Enum<ApiDocNodeBody>
Enum Constant and Description |
---|
DESCRIPTION_LINKS |
DESCRIPTION_NODE |
DETAIL |
SUMMARY |
TREE_PATH |
Modifier and Type | Method and Description |
---|---|
static ApiDocNodeBody |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiDocNodeBody[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiDocNodeBody TREE_PATH
public static final ApiDocNodeBody DESCRIPTION_LINKS
public static final ApiDocNodeBody DESCRIPTION_NODE
public static final ApiDocNodeBody SUMMARY
public static final ApiDocNodeBody DETAIL
public static ApiDocNodeBody[] values()
for (ApiDocNodeBody c : ApiDocNodeBody.values()) System.out.println(c);
public static ApiDocNodeBody 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-2013 X4O. All Rights Reserved.