Package Thor.API.Operations
Interface tcPropertyOperationsIntf
- All Superinterfaces:
tcUtilityOperationsIntf
-
Method Summary
Modifier and TypeMethodDescriptiongetPropertyValue
(String psKeyword) This class will retrieve the property value of the keyword passed as a parameter.Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant
-
Method Details
-
getPropertyValue
String getPropertyValue(String psKeyword) throws tcAPIException, tcPropertyNotFoundException, tcDuplicatePropertyException, tcAPIException This class will retrieve the property value of the keyword passed as a parameter.- Parameters:
psKeyword
- is the name of the keywork to find the value- Returns:
- the value of the keyword passed as parameter
- Throws:
tcAPIException
tcPropertyNotFoundException
tcDuplicatePropertyException
-