SAP ABAP Class CL_SRAPI_SINGLE_ATTRIBUTE_COND (Definition Simple Attribute Condition)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBD (Application Component) Integration Builder - Design
     SAI_SREP_API (Package) API for Repository
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRAPI_ATTRIBUTE_CONDITION Tagging Interface Attribute Condition for Query 20040914
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRAPI_ELEMENTARY_ATTR_COND Tagging Interface Elementary Attribute Condition for Query 20040914
Properties
Class CL_SRAPI_SINGLE_ATTRIBUTE_COND  
Short Description Definition Simple Attribute Condition    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_SREP_API   API for Repository 
Created 20040821   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRAPI_ATTRIBUTE_CONDITION Tagging Interface Attribute Condition for Query 20040914
2 IF_SRAPI_ELEMENTARY_ATTR_COND Tagging Interface Elementary Attribute Condition for Query 20040914
Friends
Class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EQ Constant Public Type reference (TYPE) STRING 'EQ' Conditon "equal" 20040821
2 KEY Instance attribute Private Type reference (TYPE) STRING Attribute Key 20040821
3 LIKE Constant Public Type reference (TYPE) STRING 'LIKE' Condition "Like..." 20040821
4 NOT_EQ Constant Public Type reference (TYPE) STRING 'NOT_EQ' Condition "not equal" 20040821
5 NOT_LIKE Constant Public Type reference (TYPE) STRING 'NOT_LIKE' Condition "Not Like..." 20040821
6 OPERATOR Instance attribute Private Type reference (TYPE) STRING Comparison operator 20040821
7 VALUE Instance attribute Private Object reference (TYPE REF TO) DATA Attribute value 20040821
8 VALUE_TYPE Instance attribute Private Type reference (TYPE) STRING Type of Attribute Value 20041113
Methods
# Method Level Visibility Method type Description Created on
1 GET_KEY Instance method Public Method Gets Attribute Key 20040821
2 GET_OPERATOR Instance method Public Method Gets Comparison Operator 20040821
3 GET_VALUE Instance method Public Method Gets Attribute Value 20040821
4 SET_KEY Instance method Public Method Sets Attribute Key 20040821
5 SET_OPERATOR Instance method Public Method Sets Comparison Operator 20040821
6 SET_VALUE Instance method Public Method Sets Attribute Value 20040821
Events
Class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no event.
Types
Class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no local type.
Method Signatures

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING Attributschlüssel 20040821

Method GET_KEY on class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no exception.

Method GET_OPERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING Vergleichsoperator 20040821

Method GET_OPERATOR on class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Value transfer Object reference (TYPE REF TO) DATA Attributwert 20041113
2 Exporting EX_RESULT_TYPE Call by reference Type reference (TYPE) STRING Typ des Werts 20041113

Method GET_VALUE on class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no exception.

Method SET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEY Call by reference Type reference (TYPE) STRING Attributschlüssel 20040821

Method SET_KEY on class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no exception.

Method SET_OPERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPERATOR Call by reference Type reference (TYPE) STRING Vergleichsoperator 20040821

Method SET_OPERATOR on class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VALUE Value transfer Type reference (TYPE) ANY Attributwert 20040821

Method SET_VALUE on class CL_SRAPI_SINGLE_ATTRIBUTE_COND has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 700