public static enum GitChangelogConfigHelper.FROMTYPE extends Enum<GitChangelogConfigHelper.FROMTYPE>
| Enum Constant and Description |
|---|
commit |
firstCommit |
master |
ref |
| Modifier and Type | Method and Description |
|---|---|
String |
getReference() |
static GitChangelogConfigHelper.FROMTYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GitChangelogConfigHelper.FROMTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GitChangelogConfigHelper.FROMTYPE ref
public static final GitChangelogConfigHelper.FROMTYPE commit
public static final GitChangelogConfigHelper.FROMTYPE firstCommit
public static final GitChangelogConfigHelper.FROMTYPE master
public static GitChangelogConfigHelper.FROMTYPE[] values()
for (GitChangelogConfigHelper.FROMTYPE c : GitChangelogConfigHelper.FROMTYPE.values()) System.out.println(c);
public static GitChangelogConfigHelper.FROMTYPE 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 nullpublic String getReference()
Copyright © 2004-2015. All Rights Reserved.