ilog.rules.studio.model.base
Interface IlrParameter
-
- All Superinterfaces:
- org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, com.ibm.rules.decisionservice.model.IDsRulesetParameter, com.ibm.rules.decisionservice.model.IDsVariable, IlrElement, IlrTypedElement, org.eclipse.emf.common.notify.Notifier
public interface IlrParameter extends IlrTypedElement, com.ibm.rules.decisionservice.model.IDsRulesetParameter
A representation of the model object 'Parameter'.It represents a ruleset parameter of a rule project.
- See Also:
IlrBasePackage.getParameter()
-
-
Method Summary
Methods Modifier and Type Method and Description IlrDirectionKindgetDirection()Returns the value of the 'Direction' attribute.voidsetDirection(IlrDirectionKind value)Sets the value of the 'Direction' attribute.-
Methods inherited from interface ilog.rules.studio.model.base.IlrTypedElement
getInitialValue, getName, getType, getVerbalization, setInitialValue, setName, setType, setVerbalization
-
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
-
getDirection
IlrDirectionKind getDirection()
Returns the value of the 'Direction' attribute.The literals are from the enumeration
IlrDirectionKind.- Returns:
- the value of the 'Direction' attribute.
- See Also:
IlrDirectionKind,setDirection(IlrDirectionKind),IlrBasePackage.getParameter_Direction()
-
setDirection
void setDirection(IlrDirectionKind value)
Sets the value of the 'Direction' attribute.- Parameters:
value- the new value of the 'Direction' attribute.- See Also:
IlrDirectionKind,getDirection()
-
-