|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wsmo.grounding.sawsdl.events.GroundingChangeEvent
public class GroundingChangeEvent
An event indicating an addition or removal of semantic model annotations.
| Field Summary | |
|---|---|
static int |
ADD_ACTION
|
static int |
LIFTING_REF
|
static int |
LOWERING_REF
|
static int |
MODEL_REF
|
static int |
REMOVE_ACTION
|
| Constructor Summary | |
|---|---|
GroundingChangeEvent(int action,
int type,
QName wsdlName,
Object ref)
|
|
| Method Summary | |
|---|---|
int |
getAction()
The type of the performed action (ADD_ACTION or REMOVE_ACTION). |
Object |
getModelRef()
The target of grounding element which has been changed. |
int |
getType()
The type of the grounding element which has been added or removed (MODEL_REF, LOWERING_REF or LIFTING_REF). |
QName |
getWsdlName()
The WSDL or XML Schema element to which the grounding element belongs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ADD_ACTION
public static final int REMOVE_ACTION
public static final int MODEL_REF
public static final int LOWERING_REF
public static final int LIFTING_REF
| Constructor Detail |
|---|
public GroundingChangeEvent(int action,
int type,
QName wsdlName,
Object ref)
| Method Detail |
|---|
public int getAction()
public int getType()
public QName getWsdlName()
public Object getModelRef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||