SAP ABAP Class CL_CIM_VALUEARRAY_UTIL (Utility Methods for CIM Values Arrays)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-SLD-ABA (Application Component) System Landscape Directory ABAP Connectivity
     S_WBEM_CIM (Package) WBEM Client: CIM Objects
Properties
Class CL_CIM_VALUEARRAY_UTIL  
Short Description Utility Methods for CIM Values Arrays    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_WBEM_CIM   WBEM Client: CIM Objects 
Created 20091028   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CIM_VALUEARRAY_UTIL has no forward declaration.
Interfaces
Class CL_CIM_VALUEARRAY_UTIL has no interface implemented.
Friends
Class CL_CIM_VALUEARRAY_UTIL has no friend class.
Attributes
Class CL_CIM_VALUEARRAY_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONTAINS_ALL Static method Public Method Checks whether array 'this' contains all values from 'other' 20091028
2 CONTAINS_RANGE Static method Private Method 20091028
3 DETERMINE_INTEGER_RANGES Static method Public Method Determines numerical intervals of values arrays 20091028
4 INDEX_OF_VALUE Static method Public Method Gets first index of search value (0 = does not exist) 20091028
Events
Class CL_CIM_VALUEARRAY_UTIL has no event.
Types
Class CL_CIM_VALUEARRAY_UTIL has no local type.
Method Signatures

Method CONTAINS_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BOOL Value transfer Type reference (TYPE) ABAP_BOOL 20091028
2 Importing CIMTYPE Call by reference Object reference (TYPE REF TO) CL_CIM_TYPE 20091028
3 Importing OTHER Call by reference Type reference (TYPE) CIM_T_VALUEARRAY 20091028
4 Importing THIS Call by reference Type reference (TYPE) CIM_T_VALUEARRAY 20091028

Method CONTAINS_ALL on class CL_CIM_VALUEARRAY_UTIL has no exception.

Method CONTAINS_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BOOL Value transfer Type reference (TYPE) ABAP_BOOL Wahr, falls die Liste das Einzelintervall enthält 20091028
2 Importing CIMTYPE Call by reference Object reference (TYPE REF TO) CL_CIM_TYPE CIM-Datentyp (Typesafe Enumeration) 20091109
3 Importing RANGE Call by reference Type reference (TYPE) CIM_S_NUMERICRANGE Ganzzahliges Intervall 20091109
4 Importing RANGELIST Call by reference Type reference (TYPE) CIM_T_NUMERICRANGE Liste von Intervallen 20091028

Method CONTAINS_RANGE on class CL_CIM_VALUEARRAY_UTIL has no exception.

Method DETERMINE_INTEGER_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARRAY Call by reference Type reference (TYPE) CIM_T_VALUEARRAY 20091028
2 Returning RANGELIST Value transfer Type reference (TYPE) CIM_T_NUMERICRANGE 20091028

Method DETERMINE_INTEGER_RANGES on class CL_CIM_VALUEARRAY_UTIL has no exception.

Method INDEX_OF_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARRAY Call by reference Type reference (TYPE) CIM_T_VALUEARRAY 20091028
2 Importing CIMTYPE Call by reference Object reference (TYPE REF TO) CL_CIM_TYPE 20091028
3 Returning IDX Value transfer Type reference (TYPE) I 20091028
4 Importing VALUE Call by reference Type reference (TYPE) STRING 20091028

Method INDEX_OF_VALUE on class CL_CIM_VALUEARRAY_UTIL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702