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.

 

Methods inherited from interface Thor.API.Base.tcUtilityOperationsIntf
close, getName, setCountry, setLanguage, setVariant

 

Method Detail

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 © 2011, Oracle and/or its affiliates. All rights reserved.