|
SAP NetWeaver 7.1 Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISearchAttribute
This interface provides functionality to access a search element.
| Field Summary | |
|---|---|
static int |
EQUALS_OPERATOR
|
static int |
GREATER_THAN_OPERATOR
|
static int |
LESS_THAN_OPERATOR
|
static int |
LIKE_OPERATOR
|
| Method Summary | |
|---|---|
String |
getAttributeName()
returns the attribute name of this search element |
String |
getAttributeNameSpace()
returns the namespace of this search element |
Object |
getAttributeValue()
returns the value search element |
int |
getOperator()
returns the operator of this search element (EQUALS or LIKE) |
boolean |
isCaseSensitive()
returns whether the search element is case sensitive |
| Field Detail |
|---|
static final int EQUALS_OPERATOR
static final int LIKE_OPERATOR
static final int GREATER_THAN_OPERATOR
static final int LESS_THAN_OPERATOR
| Method Detail |
|---|
String getAttributeNameSpace()
String getAttributeName()
Object getAttributeValue()
int getOperator()
boolean isCaseSensitive()
|
SAP NetWeaver 7.1 Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||