com.change_vision.jude.api.inf.project
Interface ProjectEditUnit

com.change_vision.jude.api.inf.project.ProjectEditUnit

public abstract ProjectEditUnit

Project edit uint.


Field Summary
static int ADD
          Add.
static int MODIFY
          Modify.
static int REMOVE
          Delete.
 
Method Summary
abstract  IEntity getEntity()
          Get Model or Presentation in the Project.
abstract  int getOperation()
          Get Project Operation.
 

Field Detail

ADD

static final int ADD
Add.


MODIFY

static final int MODIFY
Modify.


REMOVE

static final int REMOVE
Delete.

Method Detail

getEntity

abstract IEntity getEntity()
Get Model or Presentation in the Project.

Returns:
Model or Presentation

getOperation

abstract int getOperation()
Get Project Operation.

Returns:
ADD/MODIFY/REMOVE