public static enum ScmPlugin.GetListCommitFlag extends Enum<ScmPlugin.GetListCommitFlag>
| Enum Constant and Description |
|---|
IND_INCLUDE_MAP_ATTR |
IND_INCLUDE_MESSAGE |
IND_INCLUDE_VERSION_STATIC |
IND_UPDATE_START_INDEX |
| Modifier and Type | Method and Description |
|---|---|
static ScmPlugin.GetListCommitFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScmPlugin.GetListCommitFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScmPlugin.GetListCommitFlag IND_INCLUDE_MESSAGE
public static final ScmPlugin.GetListCommitFlag IND_INCLUDE_VERSION_STATIC
public static final ScmPlugin.GetListCommitFlag IND_INCLUDE_MAP_ATTR
public static final ScmPlugin.GetListCommitFlag IND_UPDATE_START_INDEX
public static ScmPlugin.GetListCommitFlag[] values()
for (ScmPlugin.GetListCommitFlag c : ScmPlugin.GetListCommitFlag.values()) System.out.println(c);
public static ScmPlugin.GetListCommitFlag 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 © 2015–2016 AZYVA INC.. All rights reserved.