ILOG JRules

ilog.rules.studio.model.bom
Interface IlrBOM2XOMMapping

All Superinterfaces:
EModelElement, EObject, IlrElement, IlrModelElement, IlrProjectElement, IlrResourceElement, Notifier

public interface IlrBOM2XOMMapping
extends IlrProjectElement

A representation of the model object 'BOM2XOM Mapping'. This element corresponds to a B2X file in the model of Rule Studio.

The following features are supported:

See Also:
IlrBomPackage.getBOM2XOMMapping()

Method Summary
 String getBody()
          Returns the value of the 'Body' attribute.
 IlrBOMEntry getBOMEntry()
          Gets the BOM entry which corresponds to this B2X file.
 void setBody(String value)
          Sets the value of the 'Body' attribute.
 
Methods inherited from interface ilog.rules.studio.model.base.IlrProjectElement
getRuleProject, setRuleProject
 
Methods inherited from interface ilog.rules.studio.model.resource.IlrResourceElement
deleteElement, getOriginal, getResource, isWorkingCopy, setResource
 
Methods inherited from interface ilog.rules.studio.model.IlrModelElement
getName, getUuid, setName, setUuid
 
Methods inherited from interface ilog.rules.studio.model.IlrElement
cloneElement, createAnnotation, deleteElement, fillWith, getAdapter, getDisplayName, getModel, isDeleted, isValid, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
eClass, getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getBody

String getBody()
Returns the value of the 'Body' attribute.

This is the content of the file as a String.

Returns:
the value of the 'Body' attribute.
See Also:
setBody(String), IlrBomPackage.getBOM2XOMMapping_Body()

setBody

void setBody(String value)
Sets the value of the 'Body' attribute.

Parameters:
value - the new value of the 'Body' attribute.
See Also:
getBody()

getBOMEntry

IlrBOMEntry getBOMEntry()
Gets the BOM entry which corresponds to this B2X file.


ILOG JRules