public class ModelStatus extends Status
OK
should be
shown to the user. The message should be a human readable message that
will allow the user to make a decision as to whether to continue with the
operation. The model provider id should indicate which model is flagging the
the possible side effects.
Clients may instantiate or subclass this class.
CANCEL_STATUS, OK_STATUS
Constructor and Description |
---|
ModelStatus(int severity,
String pluginId,
String modelProviderId,
String message)
Create a model status.
|
Modifier and Type | Method and Description |
---|---|
String |
getModelProviderId()
Return the id of the model provider from which this status originated.
|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, setCode, setException, setMessage, setPlugin, setSeverity, toString
public String getModelProviderId()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.