public static enum CcView.SynchronizeFileAreaDbFlag extends Enum<CcView.SynchronizeFileAreaDbFlag> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
doSynchronizeFileAreaDb
methodEnum Constant and Description |
---|
FILE_AREA_MODIFIED_FILES_DB
Synchronize the web 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 web view's client-side vob database with the
correct information from the server.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
public static final CcView.SynchronizeFileAreaDbFlag FILE_AREA_MODIFIED_FILES_DB
public static final CcView.SynchronizeFileAreaDbFlag FILE_AREA_VOB_DB
public String toString()
toString
in class Enum<CcView.SynchronizeFileAreaDbFlag>
public static CcView.SynchronizeFileAreaDbFlag 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.SynchronizeFileAreaDbFlag[] values()
for (CcView.SynchronizeFileAreaDbFlag c : CcView.SynchronizeFileAreaDbFlag.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.