com.sas.services.information.metadata.lookup
Interface LookupResultsInterface

All Known Implementing Classes:
LookupResults

public interface LookupResultsInterface


Method Summary
 java.lang.String getNewValue()
           
 java.lang.String getOldValue()
           
 boolean success()
          Convenience method.
 

Method Detail

getOldValue

java.lang.String getOldValue()
Returns:
oldValue. This is the key used during the lookup when attempting to find a match. If it is a PathUrl, it is in 9.2 format.

getNewValue

java.lang.String getNewValue()
Returns:
newValue. The result of the lookup, or null if no best guess is found. If it is a PathUrl, it is in 9.2 format.

success

boolean success()
Convenience method. Result is the same as (null != getNewValue())

Returns:
a value that indicates whether a match was found in the lookup service for the supplied oldValue.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.