public abstract class SearchMetadataOptions extends SearchOptions
Represents abstract search Options for Metadata Signatures.
Constructor and Description |
---|
SearchMetadataOptions()
Initializes a new instance of the SearchMetadataOptions class with default values.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Specifies Metadata Signature name if it should be searched and matched.
|
int |
getNameMatchType()
Get or set Metadata name Match Type search.
|
void |
setName(String value)
Specifies Metadata Signature name if it should be searched and matched.
|
void |
setNameMatchType(int value)
Get or set Metadata name Match Type search.
|
getDocumentPageNumber, getPagesSetup, getSearchAllPages, getSearchPages, getSearchType, setDocumentPageNumber, setPagesSetup, setSearchAllPages, toString
public SearchMetadataOptions()
Initializes a new instance of the SearchMetadataOptions class with default values.
public final String getName()
Specifies Metadata Signature name if it should be searched and matched.
public final int getNameMatchType()
Get or set Metadata name Match Type search. It is used only when Name property is set.
public final void setName(String value)
Specifies Metadata Signature name if it should be searched and matched.
public final void setNameMatchType(int value)
Get or set Metadata name Match Type search. It is used only when Name property is set.
Copyright © 2019. All rights reserved.