Store Resource Sheet Properties like localAt, conformsTo, type, aResDescForDomain, forLang and role.
Public Methods
-
string getResSheetUri()
- Get the string value of Resource Sheet URI.
-
void setResSheetUri(string resSheetUri)
- Set the string value of Resource Sheet URI.
-
list<string> * getConformsToList()
- Get the list of conformsTo.
-
void setConformsToList(list<string>* conformsToList)
- Set the list of conformsTo.
-
list<string> * getTypeList()
- Get the list of type.
-
void setTypeList(list<string>* typeList)
- Set the list of type.
-
list<string> * getAResDescForDomainList()
- Get the list of aResDescForDomain.
-
void setAResDescForDomainList(list<string>* aResDescForDomainList)
- Set the list of aResDescForDomain.
-
list<string> * getForLangList()
- Get the list of forLang.
-
void setForLangList(list<string>* forLangList)
- Set the list of forLang.
-
list<string> * getRoleList()
- Get the list of role.
-
void setRoleList(list<string>* roleList)
- Set the list of role.
-
bool matched(map<string, string>* resSheetProps)
- Return whether Resource Sheet Properties are matched with specified resSheetProps or not.
Documentation
Store Resource Sheet Properties like localAt, conformsTo, type, aResDescForDomain, forLang and role.
Also provide Methods to get/set them and get matched Resource Sheet.
string getResSheetUri()
-
Get the string value of Resource Sheet URI.
- Returns:
- a string value of resSheetUri
void setResSheetUri(string resSheetUri)
-
Set the string value of Resource Sheet URI.
- Parameters:
- resSheetUri - a string value of resSheetUri
list<string> * getConformsToList()
-
Get the list of conformsTo.
- Returns:
- an Object of list<string>
void setConformsToList(list<string>* conformsToList)
-
Set the list of conformsTo.
- Parameters:
- conformsToList - an Object of list<string>
list<string> * getTypeList()
-
Get the list of type.
- Returns:
- an Object of list<string>
void setTypeList(list<string>* typeList)
-
Set the list of type.
- Parameters:
- typeList - an Object of list<string>
list<string> * getAResDescForDomainList()
-
Get the list of aResDescForDomain.
- Returns:
- an Object of list<string>
void setAResDescForDomainList(list<string>* aResDescForDomainList)
-
Set the list of aResDescForDomain.
- Parameters:
- aResDescForDomainList - an Object of list<string>
list<string> * getForLangList()
-
Get the list of forLang.
- Returns:
- an Object of list<string>
void setForLangList(list<string>* forLangList)
-
Set the list of forLang.
- Parameters:
- forLangList - an Object of list<string>
list<string> * getRoleList()
-
Get the list of role.
- Returns:
- an Object of list<string>
void setRoleList(list<string>* roleList)
-
Set the list of role.
- Parameters:
- roleList - an Object of list<string>
bool matched(map<string, string>* resSheetProps)
-
Return whether Resource Sheet Properties are matched with specified resSheetProps or not.
- Parameters:
- resSheetProps - an Object of map<string, string>
- Returns:
- whether Resource Sheet Properties are matched or not.
- 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++.