Decision Center API

ilog.rules.teamserver.brm
Interface IlrParameter

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, IlrTypedElement, Serializable

public interface IlrParameter
extends IlrTypedElement

A representation of the model object 'Parameter'.

The following features are supported:

See Also:
IlrBrmPackage.getParameter()

Field Summary
static int IN
           
static int INOUT
           
static int OUT
           
 
Method Summary
 IlrDirectionKind getDirection()
          Returns the value of the 'Direction' attribute.
 int getOrder()
          Returns the value of the 'Order' attribute.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrTypedElement
getBomType, getInitialValue, getName, getVerbalization
 
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
 

Field Detail

IN

static final int IN
See Also:
Constant Field Values

OUT

static final int OUT
See Also:
Constant Field Values

INOUT

static final int INOUT
See Also:
Constant Field Values
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, IlrBrmPackage.getParameter_Direction()

getOrder

int getOrder()
Returns the value of the 'Order' attribute.

Returns:
the value of the 'Order' attribute.
See Also:
IlrBrmPackage.getParameter_Order()

Decision Center API

© Copyright IBM Corp. 1987, 2013