Decision Center API

ilog.rules.teamserver.brm
Interface IlrProxy

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

public interface IlrProxy
extends IlrElementDetails

A representation of the model object 'Proxy'.

The following features are supported:

See Also:
IlrBrmPackage.getProxy()

Method Summary
 String getDestName()
          Returns the value of the 'Dest Name' attribute.
 String getDestUuid()
          Returns the value of the 'Dest Uuid' attribute.
 String getReference()
          Returns the value of the 'Reference' attribute.
 String getSourceUuid()
          Returns the value of the 'Source Uuid' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementSummary
getName
 
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
 

Method Detail

getSourceUuid

String getSourceUuid()
Returns the value of the 'Source Uuid' attribute.

Returns:
the value of the 'Source Uuid' attribute.
See Also:
IlrBrmPackage.getProxy_SourceUuid()

getDestUuid

String getDestUuid()
Returns the value of the 'Dest Uuid' attribute.

Returns:
the value of the 'Dest Uuid' attribute.
See Also:
IlrBrmPackage.getProxy_DestUuid()

getReference

String getReference()
Returns the value of the 'Reference' attribute.

Returns:
the value of the 'Reference' attribute.
See Also:
IlrBrmPackage.getProxy_Reference()

getDestName

String getDestName()
Returns the value of the 'Dest Name' attribute.

Returns:
the value of the 'Dest Name' attribute.
See Also:
IlrBrmPackage.getProxy_DestName()

Decision Center API

© Copyright IBM Corp. 1987, 2013