public static enum ScmTag.Type extends Enum<ScmTag.Type>
Modifier and Type | Method and Description |
---|---|
static ScmTag.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScmTag.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScmTag.Type HEAD
public static final ScmTag.Type TAG
public static final ScmTag.Type BRANCH
public static final ScmTag.Type DATE
public static ScmTag.Type[] values()
for (ScmTag.Type c : ScmTag.Type.values()) System.out.println(c);
public static ScmTag.Type 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 © 2005–2015 Sonatype, Inc.. All rights reserved.