ilog.rules.teamserver.dsm
Interface IlrDeploymentError
-
- All Superinterfaces:
- java.lang.Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, java.io.Serializable
public interface IlrDeploymentError extends IlrElementDetails
A representation of the model object 'Deployment Error'.The following features are supported:
- See Also:
IlrDsmPackage.getDeploymentError()
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetArtifactInError()Returns the value of the 'Artifact In Error' attribute.byte[]getMessage()Returns the value of the 'Message' attribute.-
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
-
Methods inherited from interface ilog.rules.teamserver.model.IlrElementSummary
getName
-
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, getValue, hashCode, isNew, toIdString
-
-
-
-
Method Detail
-
getMessage
byte[] getMessage()
Returns the value of the 'Message' attribute.- Returns:
- the value of the 'Message' attribute.
- See Also:
IlrDsmPackage.getDeploymentError_Message()
-
getArtifactInError
java.lang.String getArtifactInError()
Returns the value of the 'Artifact In Error' attribute.- Returns:
- the value of the 'Artifact In Error' attribute.
- See Also:
IlrDsmPackage.getDeploymentError_ArtifactInError()
-
-