|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcFile.CcVersionControlFlag>
CcFile.CcVersionControlFlag
public static enum CcFile.CcVersionControlFlag
Flags for the doCcVersionControl
method.
Enum Constant Summary | |
---|---|
CHECKIN
Indicates whether to checkin this file after it is added to version control. |
|
MAKE_PATH
Automatically checkout the version controlled parent directory and check back in after new file has been added to version control. |
|
MASTER_LOCALLY
Assigns mastership of the main branch of the newly version controlled file to the VOB replica in which you execute operation. |
|
NO_CHECKOUT
Do not checkout the file after adding to version control. |
Method Summary | |
---|---|
String |
toString()
|
static CcFile.CcVersionControlFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcFile.CcVersionControlFlag[] |
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 CcFile.CcVersionControlFlag CHECKIN
This flag is mutually exclusive with NO_CHECKOUT
.
public static final CcFile.CcVersionControlFlag MAKE_PATH
This flag is mutually exclusive with MASTER_LOCALLY
.
public static final CcFile.CcVersionControlFlag MASTER_LOCALLY
This flag is mutually exclusive with MAKE_PATH
.
public static final CcFile.CcVersionControlFlag NO_CHECKOUT
This flag is mutually exclusive with CHECKIN
.
Method Detail |
---|
public String toString()
toString
in class Enum<CcFile.CcVersionControlFlag>
public static CcFile.CcVersionControlFlag 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 CcFile.CcVersionControlFlag[] values()
for (CcFile.CcVersionControlFlag c : CcFile.CcVersionControlFlag.values()) System.out.println(c);
|
Generated Fri 7-Aug-2015 10:46 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |