Decision Center API

ilog.rules.teamserver.brm
Interface IlrActivityCommentAttachment

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable

public interface IlrActivityCommentAttachment
extends IlrElementDetails

A representation of the model object 'Activity Comment Attachment'.

The following features are supported:

See Also:
IlrBrmPackage.getActivityCommentAttachment()

Method Summary
 String getContentType()
          Returns the value of the 'Content Type' attribute.
 byte[] getData()
          Returns the value of the 'Data' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Specified by:
getName in interface IlrElementSummary
Returns:
the value of the 'Name' attribute.
See Also:
IlrBrmPackage.getActivityCommentAttachment_Name()

getData

byte[] getData()
Returns the value of the 'Data' attribute.

If the meaning of the 'Data' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data' attribute.
See Also:
IlrBrmPackage.getActivityCommentAttachment_Data()

getContentType

String getContentType()
Returns the value of the 'Content Type' attribute.

If the meaning of the 'Content Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content Type' attribute.
See Also:
IlrBrmPackage.getActivityCommentAttachment_ContentType()

Decision Center API

© Copyright IBM Corp. 1987, 2013