Decision Center API

ilog.rules.teamserver.brm
Interface IlrServer

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

public interface IlrServer
extends IlrModelElement

A representation of the model object 'Server'.

The following features are supported:

See Also:
IlrBrmPackage.getServer()

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 String getLoginServer()
          Returns the value of the 'Login Server' attribute.
 String getPassword()
          Returns the value of the 'Password' attribute.
 IlrServerKind getServerKind()
          Returns the value of the 'Server Kind' attribute.
 String getUrl()
          Returns the value of the 'Url' attribute.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrModelElement
getName, getUuid
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBasicModelElement
getCreatedBy, getCreatedOn, getLastChangedBy, getLastChangedOn
 
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
 

Method Detail

getUrl

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

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

getPassword

String getPassword()
Returns the value of the 'Password' attribute.

Returns:
the value of the 'Password' attribute.
See Also:
IlrBrmPackage.getServer_Password()

getDescription

String getDescription()
Returns the value of the 'Description' attribute.

Returns:
the value of the 'Description' attribute.
See Also:
IlrBrmPackage.getServer_Description()

getLoginServer

String getLoginServer()
Returns the value of the 'Login Server' attribute.

Returns:
the value of the 'Login Server' attribute.
See Also:
IlrBrmPackage.getServer_LoginServer()

getServerKind

IlrServerKind getServerKind()
Returns the value of the 'Server Kind' attribute.

The literals are from the enumeration IlrServerKind.

Returns:
the value of the 'Server Kind' attribute.
See Also:
IlrServerKind, IlrBrmPackage.getServer_ServerKind()

Decision Center API

© Copyright IBM Corp. 1987, 2013