|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Server.ProductCode
public static final class Server.ProductCode
This public final class defines constant values for the various StarTeam product codes.
| Field Summary | |
|---|---|
static Server.ProductCode[] |
ALL
All valid StarTeam product codes |
static Server.ProductCode |
CUSTOMIZATION
Customization. |
static Server.ProductCode |
ELITE
StarTeam "Elite" (Enterprise Advantage) |
static Server.ProductCode |
ENTERPRISE
The StarTeam "Enterprise" product. |
static Server.ProductCode |
EXPRESS
Express |
static Server.ProductCode |
MPX
MPX |
static Server.ProductCode |
REQUIREMENTS
Support for the "Requirement" component. |
static Server.ProductCode |
STANDARD
The "Standard" StarTeam product. |
static Server.ProductCode |
STARDISK
StarDisk |
static Server.ProductCode |
TASKS
Support for the "Task" component. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object prdctCd)
compares two product codes for equality |
static Server.ProductCode |
fromID(int id)
Gets the Product code value corresponding to the given ID. |
int |
getID()
Returns a internal id of the Product code. |
int |
hashCode()
Returns a hash code value for the Product code. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Server.ProductCode STANDARD
public static final Server.ProductCode ENTERPRISE
public static final Server.ProductCode STARDISK
public static final Server.ProductCode CUSTOMIZATION
public static final Server.ProductCode TASKS
public static final Server.ProductCode REQUIREMENTS
public static final Server.ProductCode ELITE
public static final Server.ProductCode MPX
public static final Server.ProductCode EXPRESS
public static final Server.ProductCode[] ALL
| Method Detail |
|---|
public int getID()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object prdctCd)
equals in class java.lang.ObjectprdctCd - the product code to compare
public static Server.ProductCode fromID(int id)
id - The ID of an Product code value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||