SAP ABAP Class CL_CIM_PARAMVALUE_UTIL (Parameter value of an extrinsic CIM request)
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_PARAMVALUE_UTIL  
Short Description Parameter value of an extrinsic CIM request    
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 20091026   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CIM_PARAMVALUE_UTIL has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_CIM_INTRINSICREQUEST 20091027 Intrinsic CIM Request
2 CL_CIM_XMLPARSER 20091027 Interprets the XML representation of a CIM element
3 CL_CIM_XMLWRITERVISITOR 20091027 Visitor for XML rendering of CIM elements
4 CL_WBEM_REQUESTASSEMBLER 20091027 Utility Functions for Assembling a WBEM Request
Attributes
Class CL_CIM_PARAMVALUE_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACCEPT_VISITOR Static method Protected Method 20091026
2 NEW_IPARAM_ARRAY Static method Public Method 20091027
3 NEW_IPARAM_CLASS Static method Public Method 20091027
4 NEW_IPARAM_ELEMENTNAME Static method Public Method 20091027
5 NEW_IPARAM_ELEMENTNAMELIST Static method Public Method 20091027
6 NEW_IPARAM_INSTANCE Static method Public Method 20091027
7 NEW_IPARAM_NAMEDINST Static method Public Method 20091027
8 NEW_IPARAM_QUALDECL Static method Public Method 20091027
9 NEW_IPARAM_REFERENCE Static method Public Method 20091027
10 NEW_IPARAM_VALUE Static method Public Method 20091027
11 NEW_IPARAM_VALUE_BOOLEAN Static method Public Method 20091027
12 NEW_PARAM_ARRAY Static method Protected Method 20091027
13 NEW_PARAM_REFARRAY Static method Protected Method 20091027
14 NEW_PARAM_REFERENCE Static method Protected Method 20091027
15 NEW_PARAM_VALUE Static method Protected Method 20091027
Events
Class CL_CIM_PARAMVALUE_UTIL has no event.
Types
Class CL_CIM_PARAMVALUE_UTIL has no local type.
Method Signatures

Method ACCEPT_VISITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMVALUE Call by reference Type reference (TYPE) CIM_S_PARAMVALUE 20091026
2 Importing VISITOR Call by reference Object reference (TYPE REF TO) CL_CIM_ELEMENTVISITOR 20091026
# Exception Resumable Description Created on
1 CX_WBEM_EXCEPTION 20091026

Method NEW_IPARAM_ARRAY 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 Tabelle von CIM-Werten (Value Array) 20091027
2 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
3 Importing NAME Call by reference Type reference (TYPE) STRING 20091027

Method NEW_IPARAM_ARRAY on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_IPARAM_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIMCLASS Call by reference Object reference (TYPE REF TO) CL_CIM_CLASS 20091027
2 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
3 Importing NAME Call by reference Type reference (TYPE) STRING 20091027

Method NEW_IPARAM_CLASS on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_IPARAM_ELEMENTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
2 Importing IS_CLASS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091027
3 Importing NAME Call by reference Type reference (TYPE) STRING 20091027
4 Importing VALUE Call by reference Object reference (TYPE REF TO) CL_CIM_ELEMENTNAME 20091027

Method NEW_IPARAM_ELEMENTNAME on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_IPARAM_ELEMENTNAMELIST 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_ELEMENTNAME 20091027
2 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
3 Importing NAME Call by reference Type reference (TYPE) STRING 20091027

Method NEW_IPARAM_ELEMENTNAMELIST on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_IPARAM_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIMINST Call by reference Object reference (TYPE REF TO) CL_CIM_INSTANCE 20091027
2 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
3 Importing NAME Call by reference Type reference (TYPE) STRING 20091027

Method NEW_IPARAM_INSTANCE on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_IPARAM_NAMEDINST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
2 Importing NAME Call by reference Type reference (TYPE) STRING 20091027
3 Importing NAMEDINST Call by reference Object reference (TYPE REF TO) CL_CIM_OBJECTWITHREFERENCE 20091027

Method NEW_IPARAM_NAMEDINST on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_IPARAM_QUALDECL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
2 Importing NAME Call by reference Type reference (TYPE) STRING 20091027
3 Importing QUALDECL Call by reference Object reference (TYPE REF TO) CL_CIM_QUALIFIERDECLARATION 20091027

Method NEW_IPARAM_QUALDECL on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_IPARAM_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIMREF Call by reference Object reference (TYPE REF TO) CL_CIM_REFERENCE 20091027
2 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
3 Importing NAME Call by reference Type reference (TYPE) STRING 20091027

Method NEW_IPARAM_REFERENCE on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_IPARAM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
2 Importing NAME Call by reference Type reference (TYPE) STRING 20091027
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20091027

Method NEW_IPARAM_VALUE on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_IPARAM_VALUE_BOOLEAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IPARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
2 Importing NAME Call by reference Type reference (TYPE) STRING 20091027
3 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL 20091027

Method NEW_IPARAM_VALUE_BOOLEAN on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_PARAM_ARRAY 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 20091027
2 Importing NAME Call by reference Type reference (TYPE) STRING 20091027
3 Returning PARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027

Method NEW_PARAM_ARRAY on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_PARAM_REFARRAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20091027
2 Returning PARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
3 Importing REFARRAY Call by reference Type reference (TYPE) CIM_T_REFERENCE 20091027

Method NEW_PARAM_REFARRAY on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_PARAM_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIMREF Call by reference Object reference (TYPE REF TO) CL_CIM_REFERENCE 20091027
2 Importing NAME Call by reference Type reference (TYPE) STRING 20091027
3 Returning PARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027

Method NEW_PARAM_REFERENCE on class CL_CIM_PARAMVALUE_UTIL has no exception.

Method NEW_PARAM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20091027
2 Returning PARAMVALUE Value transfer Type reference (TYPE) CIM_S_PARAMVALUE 20091027
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20091027

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