Skip navigation links 
 
Thor.API.Operations
Interface tcPropertyOperationsIntf
- All Superinterfaces:
 
- tcUtilityOperationsIntf
 
- 
public interface tcPropertyOperationsIntf
 
- extends tcUtilityOperationsIntf
 
 
| Method Summary | 
 java.lang.String | 
getPropertyValue(java.lang.String psKeyword) 
          This class will retrieve the property value of the keyword passed as a parameter. | 
 
 
 
getPropertyValue
java.lang.String getPropertyValue(java.lang.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 
 
Skip navigation links 
 
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.