Decision Center API

ilog.rules.teamserver.brm
Interface IlrResource

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

public interface IlrResource
extends IlrPackageElement

A representation of the model object 'Resource'.

The following features are supported:

See Also:
IlrBrmPackage.getResource()

Method Summary
 byte[] getBody()
          Returns the value of the 'Body' attribute.
 String getExtension()
          Returns the value of the 'Extension' attribute.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrPackageElement
getRulePackage
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrProjectElement
getDocumentation, getGroup, getProject, getVersion
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrModelElement
getName, getUuid
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBasicModelElement
getCreatedBy, getCreatedOn, getLastChangedBy, getLastChangedOn
 
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

getBody

byte[] getBody()
Returns the value of the 'Body' attribute.

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

Returns:
the value of the 'Body' attribute.
See Also:
IlrBrmPackage.getResource_Body()

getExtension

String getExtension()
Returns the value of the 'Extension' attribute.

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

Returns:
the value of the 'Extension' attribute.
See Also:
IlrBrmPackage.getResource_Extension()

Decision Center API

© Copyright IBM Corp. 1987, 2013