Project: stp

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

Object
  extended by Enum<CcView.SynchronizeFileAreaDbFlag>
      extended by CcView.SynchronizeFileAreaDbFlag
All Implemented Interfaces:
com.ibm.rational.wvcm.stpex.StpExEnumeration, Serializable, Comparable<CcView.SynchronizeFileAreaDbFlag>
Enclosing interface:
CcView

public static enum CcView.SynchronizeFileAreaDbFlag
extends Enum<CcView.SynchronizeFileAreaDbFlag>
implements com.ibm.rational.wvcm.stpex.StpExEnumeration

Flags for the doSynchronizeFileAreaDb method


Enum Constant Summary
FILE_AREA_MODIFIED_FILES_DB
          Synchronize the view's client-side modified files database so that it correctly reflects files that have been modified as a result of checkouts or hijacks.
FILE_AREA_VOB_DB
          Synchronize the view's client-side vob database with the correct information from the server.
 
Method Summary
 String toString()
           
static CcView.SynchronizeFileAreaDbFlag valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CcView.SynchronizeFileAreaDbFlag[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FILE_AREA_MODIFIED_FILES_DB

public static final CcView.SynchronizeFileAreaDbFlag FILE_AREA_MODIFIED_FILES_DB
Synchronize the view's client-side modified files database so that it correctly reflects files that have been modified as a result of checkouts or hijacks. Specifying this flag does not require a server connection.


FILE_AREA_VOB_DB

public static final CcView.SynchronizeFileAreaDbFlag FILE_AREA_VOB_DB
Synchronize the view's client-side vob database with the correct information from the server. Specifying this flag requires a server connection.

Method Detail

toString

public String toString()
Overrides:
toString in class Enum<CcView.SynchronizeFileAreaDbFlag>

valueOf

public static CcView.SynchronizeFileAreaDbFlag 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

values

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

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

Generated Wed 16-Apr-2014 05:20 PM

Copyright © IBM 2014. All rights reserved.