|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcView.SynchronizeFileAreaDbFlag>
CcView.SynchronizeFileAreaDbFlag
public static enum CcView.SynchronizeFileAreaDbFlag
Flags for the doSynchronizeFileAreaDb
method
Enum Constant Summary | |
---|---|
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. |
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 are 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 |
---|
public static final CcView.SynchronizeFileAreaDbFlag FILE_AREA_MODIFIED_FILES_DB
public static final CcView.SynchronizeFileAreaDbFlag FILE_AREA_VOB_DB
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic static CcView.SynchronizeFileAreaDbFlag[] values()
for (CcView.SynchronizeFileAreaDbFlag c : CcView.SynchronizeFileAreaDbFlag.values()) System.out.println(c);
|
Generated Fri 24-May-2013 12:47 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |