|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcView.FindmergeFlag>
CcView.FindmergeFlag
public static enum CcView.FindmergeFlag
Flags for the doFindMergeCandidates methods
Enum Constant Summary | |
---|---|
DIRECTORY_ONLY
Just search the directory itself when searching for merge candidates, do not search the child elements |
|
FOLLOW_SYMLINKS
Follow VOB symbolic links when searching for merge candidates |
Method Summary | |
---|---|
static CcView.FindmergeFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcView.FindmergeFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CcView.FindmergeFlag DIRECTORY_ONLY
public static final CcView.FindmergeFlag FOLLOW_SYMLINKS
Method Detail |
---|
public static CcView.FindmergeFlag valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static CcView.FindmergeFlag[] values()
for (CcView.FindmergeFlag c : CcView.FindmergeFlag.values()) System.out.println(c);
|
Generated Thu 18-Aug-2016 11:59 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |