Maintains 'param' Element of 'Command' of the Socket Description File.
Public Methods
-
UISocketCommandParam()
- Basic Constructor for UISocketCommandParam
-
string getId()
- Returns Id.
-
void setId(string id)
- Set Id.
-
string getDir()
- Get Direction.
-
void setDir(string dir)
- Set Direction.
-
string getType()
- Get type.
-
void setType(string type)
- Set type.
-
void* getValue()
- Get Value.
-
void setValue(void*value)
- Set Value.
-
bool isIdRef()
- Check whether isIdRef exists or not.
-
void setIdRef(bool isIdRef)
- Sets IdRef if it exists.
-
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.
UISocketCommandParam()
-
Basic Constructor for UISocketCommandParam
string getId()
-
Returns Id.
- Returns:
- a String Value of id
void setId(string id)
-
Set Id.
- Parameters:
- id - a String value of id
string getDir()
-
Get Direction.
- Returns:
- a String Value of direction
void setDir(string dir)
-
Set Direction.
- Parameters:
- dir - a String value of dir
string getType()
-
Get type.
- Returns:
- a String of type
void setType(string type)
-
Set type.
- Parameters:
- type - a String value of type
void* getValue()
-
Get Value.
- Returns:
- an Object
void setValue(void*value)
-
Set Value.
- Parameters:
- value - an Object type value
bool isIdRef()
-
Check whether isIdRef exists or not.
- Returns:
- boolean
void setIdRef(bool isIdRef)
-
Sets IdRef if it exists.
- Parameters:
- - isIdRef a boolean value of isIdRef
UISocketCommandParam* 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++.