public static enum CompareRepositoryConfiguration.RepositoryType extends java.lang.Enum<CompareRepositoryConfiguration.RepositoryType>
Modifier and Type | Method and Description |
---|---|
static CompareRepositoryConfiguration.RepositoryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompareRepositoryConfiguration.RepositoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompareRepositoryConfiguration.RepositoryType PROTOTYPE
public static final CompareRepositoryConfiguration.RepositoryType SINGLETON
public static CompareRepositoryConfiguration.RepositoryType[] values()
for (CompareRepositoryConfiguration.RepositoryType c : CompareRepositoryConfiguration.RepositoryType.values()) System.out.println(c);
public static CompareRepositoryConfiguration.RepositoryType 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 nullData In Motion GmbH all rights reserved