|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITeamStateDescription
A description of the the state of a logical model element with respect to a team repository.
This interface is not intended to be implemented by clients. Clients that wish
to create a description should use TeamStateDescription
.
TeamStateProvider
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Return whether this state description is equal the to given object. |
int |
getDirection()
Return the portion of the state flags that represent the direction associated with the element for which this description was generated. |
int |
getKind()
Return the portion of the state flags that represent the kind associated with the element for which this description was generated. |
java.lang.Object |
getProperty(java.lang.String property)
Return the value associated with the given property. |
java.lang.String[] |
getPropertyNames()
Return the properties names for all decorated properties associated with the element for which this description was generated. |
int |
getStateFlags()
Return the synchronization state flags for the element for which this state description was generated. |
Method Detail |
---|
int getStateFlags()
stateMask
used when obtaining this
description is returned.
IDiff
,
IThreeWayDiff
,
IResourceDiff
int getKind()
IDiff.getKind()
for a description of what this value represents.
int getDirection()
IThreeWayDiff.getDirection()
for a description of what this value
represents.
java.lang.String[] getPropertyNames()
java.lang.Object getProperty(java.lang.String property)
null
is returned if the property has no value.
property
- the property
null
boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- the object
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.