|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.viewcomparemerge.VCMFolder.PreviewState
public static final class VCMFolder.PreviewState
The preview state represents a highest precedence summary of all contained items and sub-folders and their contents. "has conflicts" is higher than "has changes" which is higher than "has compared items" which is higher than "has no compared items". A folder, for example, may contain items (directly or via sub-folders) in each of the four states, but the current value represents the highest precedence.
| Field Summary | |
|---|---|
static VCMFolder.PreviewState[] |
ALL
|
static VCMFolder.PreviewState |
HAS_CHANGES
Has Changes. |
static VCMFolder.PreviewState |
HAS_COMPARED_ITEMS
Has Compared Items. |
static VCMFolder.PreviewState |
HAS_CONFLICTS
Has Conflicts. |
static VCMFolder.PreviewState |
HAS_NO_COMPARED_ITEMS
Has No Compared Items. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object previewState)
returns true if the specified mergeType instance is the same as this one |
java.lang.String |
getName()
Returns a string representation of the preview state. |
int |
hashCode()
|
int |
toInt()
Returns an Integer representation of this preview state |
java.lang.String |
toString()
Returns a String representation of this preview state |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final VCMFolder.PreviewState HAS_CONFLICTS
public static final VCMFolder.PreviewState HAS_CHANGES
public static final VCMFolder.PreviewState HAS_COMPARED_ITEMS
public static final VCMFolder.PreviewState HAS_NO_COMPARED_ITEMS
public static final VCMFolder.PreviewState[] ALL
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object previewState)
equals in class java.lang.ObjectpreviewState -
public int hashCode()
hashCode in class java.lang.Objectpublic int toInt()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||