class UISocketVariable

UISocketVariable is the variable variant of UISocketElement.

Inheritance:


Public Methods

[more] UISocketVariable()
Basic Constructor for UISocketVariable
[more]void* getValue()
Get Value of variable.
[more]void setValue(void* value)
Set Value of the variable with dimension.
[more]AbstractUISocketElement* clone()
Return the Cloned copy of UISocketVariable Object


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

UISocketVariable is the variable variant of UISocketElement. It provides the functionality to set and get the variable value.

o UISocketVariable()
Basic Constructor for UISocketVariable

ovoid* getValue()
Get Value of variable.

Returns:
an Object

ovoid setValue(void* value)
Set Value of the variable with dimension.

Parameters:
value - an Object type value
Returns:
boolean

oAbstractUISocketElement* clone()
Return the Cloned copy of UISocketVariable 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++.