public interface ValueExtractor
Modifier and Type | Method and Description |
---|---|
CellValue |
extractValue(ExtractorDef extractDef,
java.lang.Object baseObj)
Extracts a value from the given base object according to the specified extraction
definition.
|
void |
setParameter(java.lang.String parameterStr)
Sets a parameter string if one is available.
|
CellValue extractValue(ExtractorDef extractDef, java.lang.Object baseObj)
extractDef
- additional information required for extraction
(implementation-specific)baseObj
- The basic object to extract the value from (implementation-specific)void setParameter(java.lang.String parameterStr)
parameterStr
- The parameter string"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"