public static enum CcView.FindmergeFlag extends Enum<CcView.FindmergeFlag>
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CcView.FindmergeFlag DIRECTORY_ONLY
public static final CcView.FindmergeFlag FOLLOW_SYMLINKS
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 nameNullPointerException
- if the argument is nullpublic static CcView.FindmergeFlag[] values()
for (CcView.FindmergeFlag c : CcView.FindmergeFlag.values()) System.out.println(c);
Copyright © IBM 2016. All rights reserved.