org.eclipse.tigerstripe.workbench
Interface IModelAnnotationChangeDelta
public interface IModelAnnotationChangeDelta
- Author:
- erdillon
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
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()