Package step.repository.alm.otaclient
Interface ISearchOptions
-
- All Superinterfaces:
com4j.Com4jObject
public interface ISearchOptions extends com4j.Com4jObject
Options for controlling searches.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
filter()
Get filtervoid
filter(com4j.Com4jObject pFilter)
Get filterjava.lang.Object
property(int prop)
The search configuration flag.void
property(int prop, java.lang.Object pVal)
The search configuration flag.java.lang.String
text()
Getter method for the COM property "Text"
-
-
-
Method Detail
-
property
java.lang.Object property(int prop)
The search configuration flag.
Getter method for the COM property "Property"
- Parameters:
prop
- Mandatory int parameter.- Returns:
- Returns a value of type java.lang.Object
-
property
void property(int prop, java.lang.Object pVal)
The search configuration flag.
Setter method for the COM property "Property"
- Parameters:
prop
- Mandatory int parameter.pVal
- Mandatory java.lang.Object parameter.
-
filter
com4j.Com4jObject filter()
Get filter
Getter method for the COM property "Filter"
- Returns:
- Returns a value of type com4j.Com4jObject
-
filter
void filter(com4j.Com4jObject pFilter)
Get filter
Setter method for the COM property "Filter"
- Parameters:
pFilter
- Mandatory com4j.Com4jObject parameter.
-
text
java.lang.String text()
Getter method for the COM property "Text"
- Returns:
- Returns a value of type java.lang.String
-
-