public enum SCMTypeEnum extends java.lang.Enum<SCMTypeEnum>
Enum Constant and Description |
---|
CCUCM |
CVS |
FILE |
GIT |
NONE |
OIC |
PERF |
PVCS |
SURROUND |
SVN |
TFVC |
Modifier and Type | Method and Description |
---|---|
static SCMTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SCMTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCMTypeEnum SVN
public static final SCMTypeEnum GIT
public static final SCMTypeEnum CVS
public static final SCMTypeEnum TFVC
public static final SCMTypeEnum PERF
public static final SCMTypeEnum CCUCM
public static final SCMTypeEnum PVCS
public static final SCMTypeEnum FILE
public static final SCMTypeEnum OIC
public static final SCMTypeEnum SURROUND
public static final SCMTypeEnum NONE
public static SCMTypeEnum[] values()
for (SCMTypeEnum c : SCMTypeEnum.values()) System.out.println(c);
public static SCMTypeEnum 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 null