org.eclipse.tigerstripe.workbench
Interface IModelAnnotationChangeDelta


public interface IModelAnnotationChangeDelta

Author:
erdillon

Field Summary
static int ADD
           
static int CHANGED
           
static int LOADED
           
static int REMOVE
           
static int UNKNOWN
           
 
Method Summary
 URI getAffectedModelComponentURI()
          The Model component URI on which the delta has occured
 Annotation[] getAnnotations()
           
 int getType()
          Returns the type of the model change
 

Field Detail

CHANGED

static final int CHANGED
See Also:
Constant Field Values

ADD

static final int ADD
See Also:
Constant Field Values

REMOVE

static final int REMOVE
See Also:
Constant Field Values

LOADED

static final int LOADED
See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values
Method Detail

getType

int getType()
Returns the type of the model change

Returns:
one of , 1, 2, -1

getAffectedModelComponentURI

URI getAffectedModelComponentURI()
The Model component URI on which the delta has occured


getAnnotations

Annotation[] getAnnotations()