public static enum VcsRootError.Type extends java.lang.Enum<VcsRootError.Type>
| Enum Constant and Description |
|---|
EXTRA_MAPPING |
UNREGISTERED_ROOT |
| Modifier and Type | Method and Description |
|---|---|
static VcsRootError.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VcsRootError.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcsRootError.Type EXTRA_MAPPING
public static final VcsRootError.Type UNREGISTERED_ROOT
public static VcsRootError.Type[] values()
for (VcsRootError.Type c : VcsRootError.Type.values()) System.out.println(c);
public static VcsRootError.Type 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