public enum CxProjectSourceType extends Enum<CxProjectSourceType>
Java class for CxProjectSourceType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CxProjectSourceType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="LocalPath"/>
<enumeration value="UNC"/>
<enumeration value="TFS"/>
<enumeration value="SVN"/>
<enumeration value="SourceSafe"/>
<enumeration value="External"/>
<enumeration value="CVS"/>
<enumeration value="Perforce"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CVS |
EXTERNAL |
LOCAL_PATH |
PERFORCE |
SOURCE_SAFE |
SVN |
TFS |
UNC |
| Modifier and Type | Method and Description |
|---|---|
static CxProjectSourceType |
fromValue(String v) |
String |
value() |
static CxProjectSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CxProjectSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CxProjectSourceType LOCAL_PATH
public static final CxProjectSourceType UNC
public static final CxProjectSourceType TFS
public static final CxProjectSourceType SVN
public static final CxProjectSourceType SOURCE_SAFE
public static final CxProjectSourceType EXTERNAL
public static final CxProjectSourceType CVS
public static final CxProjectSourceType PERFORCE
public static CxProjectSourceType[] values()
for (CxProjectSourceType c : CxProjectSourceType.values()) System.out.println(c);
public static CxProjectSourceType 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 String value()
public static CxProjectSourceType fromValue(String v)
Copyright © 2020. All rights reserved.