Project: stp

com.ibm.rational.wvcm.stp.cc
Enum CcView.FindmergeFlag

Object
  extended by Enum<CcView.FindmergeFlag>
      extended by CcView.FindmergeFlag
All Implemented Interfaces:
Serializable, Comparable<CcView.FindmergeFlag>
Enclosing interface:
CcView

public static enum CcView.FindmergeFlag
extends 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

DIRECTORY_ONLY

public static final CcView.FindmergeFlag DIRECTORY_ONLY
Just search the directory itself when searching for merge candidates, do not search the child elements


FOLLOW_SYMLINKS

public static final CcView.FindmergeFlag FOLLOW_SYMLINKS
Follow VOB symbolic links when searching for merge candidates

Method Detail

valueOf

public static CcView.FindmergeFlag valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

values

public static CcView.FindmergeFlag[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CcView.FindmergeFlag c : CcView.FindmergeFlag.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

Generated Thu 25-Aug-2016 10:16 AM

Copyright © IBM 2016. All rights reserved.