com.sap.portal.obn.analyzer.filter.bo.property
Interface IOBNAnalyzingStringFilter
- All Superinterfaces:
- IOBNAnalyzingFilter
- All Known Subinterfaces:
- IOBNAnalyzingOperationFilter
public interface IOBNAnalyzingStringFilter
- extends IOBNAnalyzingFilter
The interface that provides methods for filtering based on string properties.
The interface enables you to define multiple values for a specific property.
The property name is determined by the method that retrieved this interface.
|
Method Summary |
void |
add(String str)
Adds a single value for this property. |
List |
getAll()
Returns all values of this property. |
void |
setAll(List strList)
Sets multiple values of this property. |
setAll
void setAll(List strList)
- Sets multiple values of this property.
This setter overrides the previously set values of this property.
- Parameters:
strList - a list of string values to be set
getAll
List getAll()
- Returns all values of this property.
- Returns:
- a list of string values.
add
void add(String str)
- Adds a single value for this property.
Do not use this method before the setAll method.
- Parameters:
str - a string value to be added.
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
Copyright 2011 SAP AG Complete Copyright Notice