Decision Center API

ilog.rules.teamserver.brm
Interface IlrConnectionEntry

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

public interface IlrConnectionEntry
extends IlrElementDetails

A representation of the model object 'Connection Entry'.

The following features are supported:

See Also:
IlrBrmPackage.getConnectionEntry()

Method Summary
 String getBaseType()
          Returns the value of the 'Base Type' attribute.
 String getBranch()
          Returns the value of the 'Branch' attribute.
 String getEntryType()
          Returns the value of the 'Entry Type' attribute.
 String getLocalChecksum()
          Returns the value of the 'Local Checksum' attribute.
 String getQualifiedName()
          Returns the value of the 'Qualified Name' attribute.
 String getRemoteChecksum()
          Returns the value of the 'Remote Checksum' attribute.
 String getUrl()
          Returns the value of the 'Url' attribute.
 String getUuid()
          Returns the value of the '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

getUuid

String getUuid()
Returns the value of the 'Uuid' attribute.

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

getQualifiedName

String getQualifiedName()
Returns the value of the 'Qualified Name' attribute.

Returns:
the value of the 'Qualified Name' attribute.
See Also:
IlrBrmPackage.getConnectionEntry_QualifiedName()

getEntryType

String getEntryType()
Returns the value of the 'Entry Type' attribute.

Returns:
the value of the 'Entry Type' attribute.
See Also:
IlrBrmPackage.getConnectionEntry_EntryType()

getBaseType

String getBaseType()
Returns the value of the 'Base Type' attribute.

Returns:
the value of the 'Base Type' attribute.
See Also:
IlrBrmPackage.getConnectionEntry_BaseType()

getUrl

String getUrl()
Returns the value of the 'Url' attribute.

Returns:
the value of the 'Url' attribute.
See Also:
IlrBrmPackage.getConnectionEntry_Url()

getLocalChecksum

String getLocalChecksum()
Returns the value of the 'Local Checksum' attribute.

Returns:
the value of the 'Local Checksum' attribute.
See Also:
IlrBrmPackage.getConnectionEntry_LocalChecksum()

getRemoteChecksum

String getRemoteChecksum()
Returns the value of the 'Remote Checksum' attribute.

Returns:
the value of the 'Remote Checksum' attribute.
See Also:
IlrBrmPackage.getConnectionEntry_RemoteChecksum()

getBranch

String getBranch()
Returns the value of the 'Branch' attribute.

The default value is "".

If the meaning of the 'Branch' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Branch' attribute.
See Also:
IlrBrmPackage.getConnectionEntry_Branch()

Decision Center API

© Copyright IBM Corp. 1987, 2013