ilog.rules.studio.model.base
Interface IlrFolder
-
- All Superinterfaces:
- org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, com.ibm.rules.decisionservice.model.IDsElement, com.ibm.rules.decisionservice.model.IDsMutableNamedElement, com.ibm.rules.decisionservice.model.IDsNamedElement, com.ibm.rules.decisionservice.model.IDsProjectElement, IlrElement, IlrModelElement, IlrProjectElement, IlrResourceElement, org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
- IlrRulePackage
public interface IlrFolder extends IlrProjectElement
A representation of the model object 'Folder'.The following features are supported:
- See Also:
IlrBasePackage.getFolder()
-
-
Method Summary
Methods Modifier and Type Method and Description IlrFoldergetFolder(java.lang.String path)IlrFolderElementgetFolderElement(java.lang.String path)org.eclipse.emf.common.util.EList<IlrFolderElement>getFolderElements()Returns the value of the 'Folder Elements' containment reference list.IlrFoldergetParentFolder()Returns the value of the 'Parent Folder' container reference.org.eclipse.emf.common.util.EList<IlrFolder>getSubFolders()Returns the value of the 'Sub Folders' containment reference list.voidsetParentFolder(IlrFolder value)Sets the value of the 'Parent Folder' container reference.-
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
-
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 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
-
getSubFolders
org.eclipse.emf.common.util.EList<IlrFolder> getSubFolders()
Returns the value of the 'Sub Folders' containment reference list.The list contents are of type
IlrFolder. It is bidirectional and its opposite is 'Parent Folder'.If the meaning of the 'Sub Folders' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Sub Folders' containment reference list.
- See Also:
IlrBasePackage.getFolder_SubFolders(),getParentFolder()
-
getParentFolder
IlrFolder getParentFolder()
Returns the value of the 'Parent Folder' container reference.It is bidirectional and its opposite is '
Sub Folders'.If the meaning of the 'Parent Folder' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parent Folder' container reference.
- See Also:
setParentFolder(IlrFolder),IlrBasePackage.getFolder_ParentFolder(),getSubFolders()
-
setParentFolder
void setParentFolder(IlrFolder value)
Sets the value of the 'Parent Folder' container reference.- Parameters:
value- the new value of the 'Parent Folder' container reference.- See Also:
getParentFolder()
-
getFolderElements
org.eclipse.emf.common.util.EList<IlrFolderElement> getFolderElements()
Returns the value of the 'Folder Elements' containment reference list.The list contents are of type
IlrFolderElement. It is bidirectional and its opposite is 'Folder'.If the meaning of the 'Folder Elements' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Folder Elements' containment reference list.
- See Also:
IlrBasePackage.getFolder_FolderElements(),IlrFolderElement.getFolder()
-
getFolder
IlrFolder getFolder(java.lang.String path)
-
getFolderElement
IlrFolderElement getFolderElement(java.lang.String path)
-
-