|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.ChangeRequest.Platform
public static final class ChangeRequest.Platform
The platform on which the need for this request was discovered.
ChangeRequest.Type.PlatformProperty,
ChangeRequest.Type.PropertyCollection.PLATFORM,
Serialized Form| Field Summary | |
|---|---|
static ChangeRequest.Platform[] |
ALL
|
static ChangeRequest.Platform |
ALL_PLATFORMS
All platforms. |
static ChangeRequest.Platform |
MAC_OS
MacOS. |
static ChangeRequest.Platform |
OTHER
Other. |
static ChangeRequest.Platform |
UNIX
Unix. |
static ChangeRequest.Platform |
WINDOWS_2000
Windows 2000. |
static ChangeRequest.Platform |
WINDOWS_2003
Windows 2003. |
static ChangeRequest.Platform |
WINDOWS_2008
Windows 2008. |
static ChangeRequest.Platform |
WINDOWS_95
Windows 95. |
static ChangeRequest.Platform |
WINDOWS_98
Windows 98. |
static ChangeRequest.Platform |
WINDOWS_NT
Windows NT. |
static ChangeRequest.Platform |
WINDOWS_VISTA
Windows Vista. |
static ChangeRequest.Platform |
WINDOWS_XP
Windows XP. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this EnumeratedValue instance with another one. |
static ChangeRequest.Platform |
fromID(int id)
Gets the Platform value corresponding to the given ID. |
static ChangeRequest.Platform |
fromValue(EnumeratedValue value)
Gets the Platform value corresponding to the given EnumeratedValue. |
int |
getCode()
Return the enum code for this object. |
int |
getID()
The ID of the corresponding EnumeratedValue, as defined in PlatformProperty. |
int |
hashCode()
returns a unique hash for this instance |
| Methods inherited from class com.starteam.EnumeratedValue |
|---|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, getDisplayName, getDisplayNameTranslations, getInternalName, getParentValue, getSortOrder, hasChildValues, isClosedState, isDisabled, isEnabled, isEqualTo, isLeafValue, isRootValue, isSelectable, setAfter, setChildValues, setClosedState, setDisplayName, setDisplayNameTranslations, setEnabled, setInternalName, setSelectable, setSortOrder, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ChangeRequest.Platform ALL_PLATFORMS
public static final ChangeRequest.Platform WINDOWS_95
public static final ChangeRequest.Platform WINDOWS_98
public static final ChangeRequest.Platform WINDOWS_NT
public static final ChangeRequest.Platform MAC_OS
public static final ChangeRequest.Platform UNIX
public static final ChangeRequest.Platform OTHER
public static final ChangeRequest.Platform WINDOWS_2000
public static final ChangeRequest.Platform WINDOWS_XP
public static final ChangeRequest.Platform WINDOWS_2003
public static final ChangeRequest.Platform WINDOWS_VISTA
public static final ChangeRequest.Platform WINDOWS_2008
public static final ChangeRequest.Platform[] ALL
| Method Detail |
|---|
public int getID()
public int getCode()
getCode in class EnumeratedValuepublic static ChangeRequest.Platform fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a PlatformProperty.
public static ChangeRequest.Platform fromID(int id)
id - A Platform ID.
public boolean equals(java.lang.Object o)
EnumeratedValue
equals in class EnumeratedValueo - The other EnumeratedValue instance
public int hashCode()
EnumeratedValue
hashCode in class EnumeratedValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||