|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCAObject
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
MultiStatus |
addStatus(IStatus aNewStatus)
A modeled object will not overwrite any existing status unless a client calls clearStatus() . |
void |
clearStatus()
Reset the status to just IStatus.OK |
EObject |
getEObject()
Return an EObject for this SOAObject. |
int |
getFlags()
Return an int for the flags associated with this SOAObject. |
java.lang.String |
getName()
|
MultiStatus |
getStatus()
Will never return null. |
void |
setName(java.lang.String name)
|
Method Detail |
---|
int getFlags()
Flags
to test the flags returned as well as constants for the
flags.
Flags
EObject getEObject()
void setName(java.lang.String name)
name
- The name of this SCAObjectjava.lang.String getName()
MultiStatus addStatus(IStatus aNewStatus)
clearStatus()
. Whenever a client calls addStatus(), either
a new MultiStatus is created with the parameters of the given status, or
the given aNewStatus is added to an existing MultiStatus. The resultant
combined MultiStatus is returned.
aNewStatus
- A status for this model object (could be warning, error, info,
or OK)
void clearStatus()
MultiStatus getStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |