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