public interface ITeamStateDescription
This interface is not intended to be implemented by clients. Clients that wish
to create a description should use TeamStateDescription
.
TeamStateProvider
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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.
|
Object |
getProperty(String property)
Return the value associated with the given property.
|
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.
|
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.String[] getPropertyNames()
Object getProperty(String property)
null
is returned if the property has no value.property
- the propertynull
boolean equals(Object object)
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.