|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<StpProvider.Domain>
com.ibm.rational.wvcm.stp.StpProvider.Domain
public static enum StpProvider.Domain
The type of a subprovider.
Enum Constant Summary | |
---|---|
CLEAR_CASE
The ClearCase domain. |
|
CLEAR_QUEST
The ClearQuest domain |
|
CMI
The CMI domain |
|
INVALID
An invalid domain |
|
NONE
An unspecified domain |
Method Summary | |
---|---|
static StpProvider.Domain |
fromSymbol(String symbol)
Returns the Domain object that matches a given domain-field symbol |
String |
toSymbol()
|
static StpProvider.Domain |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StpProvider.Domain[] |
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, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StpProvider.Domain CLEAR_CASE
public static final StpProvider.Domain CLEAR_QUEST
public static final StpProvider.Domain CMI
public static final StpProvider.Domain INVALID
public static final StpProvider.Domain NONE
Method Detail |
---|
public static final StpProvider.Domain fromSymbol(String symbol)
symbol
- A String containing the domain-field symbol to be
converted to a Domain object.
public String toSymbol()
public static StpProvider.Domain 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 StpProvider.Domain[] values()
for (StpProvider.Domain c : StpProvider.Domain.values()) System.out.println(c);
|
Generated Thu 14-Apr-2016 01:16 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |