Class LookupResults
java.lang.Object
com.sas.services.information.metadata.lookup.LookupResults
- All Implemented Interfaces:
LookupResultsInterface
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStringDeprecated.StringDeprecated.booleansuccess()Deprecated.Convenience method.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LookupResults
public LookupResults(String oldValue, String newValue) Deprecated.
-
-
Method Details
-
getNewValue
public String getNewValue()Deprecated.- Specified by:
getNewValuein interfaceLookupResultsInterface- 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.
-
getOldValue
public String getOldValue()Deprecated.- Specified by:
getOldValuein interfaceLookupResultsInterface- 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.
-
success
public boolean success()Deprecated.Description copied from interface:LookupResultsInterfaceConvenience method. Result is the same as (null != getNewValue())- Specified by:
successin interfaceLookupResultsInterface- Returns:
- a value that indicates whether a match was found in the lookup service for the supplied oldValue.
-