|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.TypesafeEnum
com.microsoft.tfs.core.clients.versioncontrol.soapextensions.CheckinState
public class CheckinState
Represents checkin state.
Field Summary | |
---|---|
static CheckinState |
COMMITTED
Checkin operation was commited. |
static CheckinState |
FAILED
CheckIn() did not throw an exception, but nothing was checked in (e.g. |
static CheckinState |
PAGING
Checkin is being paged up to the server. |
static CheckinState |
UNKNOWN
Default initial state. |
Method Summary | |
---|---|
static CheckinState |
fromInteger(int value)
Returns the CheckinState for the specified integer value. |
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum |
---|
compareTo, equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CheckinState UNKNOWN
public static final CheckinState PAGING
public static final CheckinState COMMITTED
public static final CheckinState FAILED
Method Detail |
---|
public static CheckinState fromInteger(int value)
CheckinState
for the specified integer value.
value
- The integer value.
CheckinState
corresponding to this value, or
null
if none matched
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |