SAP ABAP Class CL_CIM_TYPE (CIM Data Type (Type-Safe Enumeration))
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_TYPE  
Short Description CIM Data Type (Type-Safe Enumeration)    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package S_WBEM_CIM   WBEM Client: CIM Objects 
Created 20080619   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_TYPE has no interface implemented.
Friends
Class CL_CIM_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BOOLEAN Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
2 CHAR16 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE CIM Data Types (Typesafe Enum) 20080619
3 DATETIME Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
4 IS_IN_SHM Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Is object in shared memory? 20090929
5 NAME Instance attribute Public Type reference (TYPE) STRING String Representation of the CIM Data Type 20080619
6 NAME_BOOLEAN Static Attribute Public Type reference (TYPE) STRING 'boolean' 20080619
7 NAME_CHAR16 Static Attribute Public Type reference (TYPE) STRING 'char16' 20080619
8 NAME_DATETIME Static Attribute Public Type reference (TYPE) STRING 'datetime' 20080619
9 NAME_REAL32 Static Attribute Public Type reference (TYPE) STRING 'real32' 20080619
10 NAME_REAL64 Static Attribute Public Type reference (TYPE) STRING 'real64' 20080619
11 NAME_SINT16 Static Attribute Public Type reference (TYPE) STRING 'sint16' 20080619
12 NAME_SINT32 Static Attribute Public Type reference (TYPE) STRING 'sint32' 20080619
13 NAME_SINT64 Static Attribute Public Type reference (TYPE) STRING 'sint64' 20080619
14 NAME_SINT8 Static Attribute Public Type reference (TYPE) STRING 'sint8' 20080619
15 NAME_STRING Static Attribute Public Type reference (TYPE) STRING 'string' 20080619
16 NAME_UINT16 Static Attribute Public Type reference (TYPE) STRING 'uint16' 20080619
17 NAME_UINT32 Static Attribute Public Type reference (TYPE) STRING 'uint32' 20080619
18 NAME_UINT64 Static Attribute Public Type reference (TYPE) STRING 'uint64' 20080619
19 NAME_UINT8 Static Attribute Public Type reference (TYPE) STRING 'uint8' 20080619
20 REAL32 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
21 REAL64 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
22 SINT16 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
23 SINT32 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
24 SINT64 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
25 SINT8 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
26 STRING Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
27 UINT16 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
28 UINT32 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
29 UINT64 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
30 UINT8 Static Attribute Public Object reference (TYPE REF TO) CL_CIM_TYPE 20080619
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080619
2 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20080619
3 COPY Instance method Public Method Generates a copy of an object 20090929
4 EQUALS Instance method Public Method Relational Operator 20080619
5 IS_INTEGER Instance method Public Method Is it an integer type? 20080619
6 PARSE_TYPE Static method Public Method Converts a string to the corresponding CIM data type 20080619
7 SHM_COPY Instance method Public Method Generates a copy of an object in shared memory 20090924
8 TO_KEYTYPE Static method Public Method Gets the corresponding CIM key data type 20080619
9 TO_STRING Static method Public Method Gets the name of a CIM data type 20090514
Events
Class CL_CIM_TYPE has no event.
Types
Class CL_CIM_TYPE has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CIM_TYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CIM_TYPE has no exception.

Method CONSTRUCTOR 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 20080619

Method CONSTRUCTOR on class CL_CIM_TYPE has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CIMTYPE Value transfer Object reference (TYPE REF TO) CL_CIM_TYPE 20090929

Method COPY on class CL_CIM_TYPE has no exception.

Method EQUALS 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 oder falsch 20080619
2 Importing OTHER_TYPE Call by reference Object reference (TYPE REF TO) CL_CIM_TYPE CIM-Datentyp (Typesafe Enumeration) 20080619

Method EQUALS on class CL_CIM_TYPE has no exception.

Method IS_INTEGER 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 oder falsch 20080619

Method IS_INTEGER on class CL_CIM_TYPE has no exception.

Method PARSE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CIMTYPE Value transfer Object reference (TYPE REF TO) CL_CIM_TYPE CIM-Datentypen (Typesafe Enum) 20080619
2 Importing TYPESTRING Call by reference Type reference (TYPE) STRING Stringdarstellung eines CIM-Datentyps 20080619

Method PARSE_TYPE on class CL_CIM_TYPE has no exception.

Method SHM_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AREA_HANDLE Call by reference Object reference (TYPE REF TO) CL_ABAP_MEMORY_AREA Oberklasse: ABAP Speicherbereich 20090924
2 Returning CIMTYPE Value transfer Object reference (TYPE REF TO) CL_CIM_TYPE Objekt im Shared Memory 20090924

Method SHM_COPY on class CL_CIM_TYPE has no exception.

Method TO_KEYTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIMTYPE Call by reference Object reference (TYPE REF TO) CL_CIM_TYPE CIM-Datentyp (Typesafe Enumeration) 20080619
2 Returning KEYTYPE Value transfer Object reference (TYPE REF TO) CL_CIM_KEYTYPE CIM-Schlüssel-Datentyp (Typesafe Enumeration) 20080619

Method TO_KEYTYPE on class CL_CIM_TYPE has no exception.

Method TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIMTYPE Call by reference Object reference (TYPE REF TO) CL_CIM_TYPE Typ, darf auch initial sein 20090514
2 Returning RESULT Value transfer Type reference (TYPE) STRING Name oder 'void', falls initial 20090514

Method TO_STRING on class CL_CIM_TYPE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 712