public enum VcsInitObject extends java.lang.Enum<VcsInitObject>
Enum Constant and Description |
---|
AFTER_COMMON |
BRANCHES |
CHANGE_LIST_MANAGER |
COMMITTED_CHANGES_CACHE |
DIRTY_SCOPE_MANAGER |
MAPPINGS |
OTHER_INITIALIZATION |
REMOTE_REVISIONS_CACHE |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
boolean |
isCanBeLast() |
static VcsInitObject |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VcsInitObject[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VcsInitObject MAPPINGS
public static final VcsInitObject CHANGE_LIST_MANAGER
public static final VcsInitObject DIRTY_SCOPE_MANAGER
public static final VcsInitObject COMMITTED_CHANGES_CACHE
public static final VcsInitObject BRANCHES
public static final VcsInitObject REMOTE_REVISIONS_CACHE
public static final VcsInitObject OTHER_INITIALIZATION
public static final VcsInitObject AFTER_COMMON
public static VcsInitObject[] values()
for (VcsInitObject c : VcsInitObject.values()) System.out.println(c);
public static VcsInitObject 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 nullpublic int getOrder()
public boolean isCanBeLast()