class UISocketBasicCommand

UISocketBasicCommand is a variant of UISocketCommand.

Inheritance:


Public Methods

[more] UISocketBasicCommand()
Basic Constructor for UISocketBasicCommand
[more]string getState()
Get a Command State.
[more]void setState(string state)
Sets a command State.
[more]AbstractUISocketElement* clone()
Return the Cloned copy of UISocketBasicCommand Object


Inherited from UISocketCommand:

Public Fields

ostruct dimCmdStruct *dimCmdPtr
ostruct cmdParamStruct*cmdParamList

Public Methods

ocmdParamStruct* cloneParamList()
ovoid addParam(string id, UISocketCommandParam*cmdParam)


Inherited from AbstractUISocketElement:

Public Fields

oSession* session
olist<string> dimensionList

Public Methods

ostring getElementId()
ovoid setElementId(string elementId)
obool isDimensional()
ovoid setDimensional(bool isDimensional)
oSocketDescription* getSocket()
ovoid setSocket(SocketDescription* socketDescription)
oSession* getSession()
ovoid setSession(Session* session)
obool isIncludeRes()
ovoid setIncludeRes(bool isIncludeRes)
ovirtual void addSocketElement(AbstractUISocketElement*socketElement)
ovirtual SocketElementList* getElementIdSocketElementMap()
ovirtual void setElementIdSocketElementMap(SocketElementList* elementIdSocketElementMap)
ovirtual void parse(IXML_Node* rootElement)


Documentation

UISocketBasicCommand is a variant of UISocketCommand. It provides the functionality to set/get the State of type="basicCommand".

o UISocketBasicCommand()
Basic Constructor for UISocketBasicCommand

ostring getState()
Get a Command State.

Returns:
a String

ovoid setState(string state)
Sets a command State.

Parameters:
state - a String

oAbstractUISocketElement* clone()
Return the Cloned copy of UISocketBasicCommand Object
Returns:
AbstractUISocketElement Object


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.0

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.