Rule Designer API

ilog.rules.studio.model.xom
Interface IlrXOMPathEntry

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, IlrElement, IlrPathEntry, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
IlrDynamicXOMPathEntry, IlrLibraryXOMPathEntry, IlrSystemXOMPathEntry

public interface IlrXOMPathEntry
extends IlrPathEntry

A representation of the model object 'XOM Path Entry'.

A XOM path entry is an entry in the XOM path.

The following features are supported:

See Also:
IlrXomPackage.getXOMPathEntry()

Method Summary
 String getExported()
          Returns the value of the 'Exported' attribute.
 IlrXOMPathEntryKind getKind()
          Returns the value of the 'Kind' attribute.
 boolean isExported()
           
 void setExported(String value)
          Sets the value of the 'Exported' attribute.
 void setKind(IlrXOMPathEntryKind value)
          Sets the value of the 'Kind' attribute.
 
Methods inherited from interface ilog.rules.studio.model.base.IlrPathEntry
getName, getOrigin, getUrl, setName, setOrigin, setUrl
 
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 org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
eClass, getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getKind

IlrXOMPathEntryKind getKind()
Returns the value of the 'Kind' attribute.

The literals are from the enumeration IlrXOMPathEntryKind.

Returns:
the value of the 'Kind' attribute.
See Also:
IlrXOMPathEntryKind, setKind(IlrXOMPathEntryKind), IlrXomPackage.getXOMPathEntry_Kind()

setKind

void setKind(IlrXOMPathEntryKind value)
Sets the value of the 'Kind' attribute.

Parameters:
value - the new value of the 'Kind' attribute.
See Also:
IlrXOMPathEntryKind, getKind()

getExported

String getExported()
Returns the value of the 'Exported' attribute.

The default value is "undefined".

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

Since:
7.5
Returns:
the value of the 'Exported' attribute.
See Also:
setExported(String), IlrXomPackage.getXOMPathEntry_Exported()

setExported

void setExported(String value)
Sets the value of the 'Exported' attribute.

Since:
7.5
Parameters:
value - the new value of the 'Exported' attribute.
See Also:
getExported()

isExported

boolean isExported()
Since:
7.5

Rule Designer API

© Copyright IBM Corp. 1987, 2013