ILOG JRules

ilog.rules.studio.model.base
Interface IlrArgument

All Superinterfaces:
EModelElement, EObject, IlrElement, Notifier

public interface IlrArgument
extends IlrElement

The argument of an IRL function.

A representation of the model object 'Argument'.

The following features are supported:

See Also:
IlrBasePackage.getArgument()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 String getType()
          Returns the value of the 'Type' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setType(String value)
          Sets the value of the 'Type' attribute.
 
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

getName

String getName()
Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), IlrBasePackage.getArgument_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getType

String getType()
Returns the value of the 'Type' attribute.

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), IlrBasePackage.getArgument_Type()

setType

void setType(String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

ILOG JRules