class UISocketCommandParam

Maintains 'param' Element of 'Command' of the Socket Description File.

Public Methods

[more] UISocketCommandParam()
Basic Constructor for UISocketCommandParam
[more]string getId()
Returns Id.
[more]void setId(string id)
Set Id.
[more]string getDir()
Get Direction.
[more]void setDir(string dir)
Set Direction.
[more]string getType()
Get type.
[more]void setType(string type)
Set type.
[more]void* getValue()
Get Value.
[more]void setValue(void*value)
Set Value.
[more]bool isIdRef()
Check whether isIdRef exists or not.
[more]void setIdRef(bool isIdRef)
Sets IdRef if it exists.
[more]UISocketCommandParam* clone()
Prepares a Clone Copy of the Object of UISocketCommandParam class.


Documentation

Maintains 'param' Element of 'Command' of the Socket Description File. It also provides methods to access/change the Element thereof.

o UISocketCommandParam()
Basic Constructor for UISocketCommandParam

ostring getId()
Returns Id.

Returns:
a String Value of id

ovoid setId(string id)
Set Id.

Parameters:
id - a String value of id

ostring getDir()
Get Direction.

Returns:
a String Value of direction

ovoid setDir(string dir)
Set Direction.

Parameters:
dir - a String value of dir

ostring getType()
Get type.

Returns:
a String of type

ovoid setType(string type)
Set type.

Parameters:
type - a String value of type

ovoid* getValue()
Get Value.

Returns:
an Object

ovoid setValue(void*value)
Set Value.

Parameters:
value - an Object type value

obool isIdRef()
Check whether isIdRef exists or not.

Returns:
boolean

ovoid setIdRef(bool isIdRef)
Sets IdRef if it exists.

Parameters:
- isIdRef a boolean value of isIdRef

oUISocketCommandParam* clone()
Prepares a Clone Copy of the Object of UISocketCommandParam class.

Returns:
an 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++.