SAP ABAP Class CL_XLF_ENUM_ANNOTATES (Predefined annotates values)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_XLIFF (Package) XLIFF 1.2 Library
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_XLF_BASE_ENUM Basic enumeration class 20100908
Properties
Class CL_XLF_ENUM_ANNOTATES  
Short Description Predefined annotates values    
Super Class CL_XLF_BASE_ENUM Basic enumeration class 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_XLIFF   XLIFF 1.2 Library 
Created 20100908   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_XLF_ENUM_ANNOTATES has no forward declaration.
Interfaces
Class CL_XLF_ENUM_ANNOTATES has no interface implemented.
Friends
Class CL_XLF_ENUM_ANNOTATES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GENERAL Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_ANNOTATES 20100908
2 MAPPING Static Attribute Private Type reference (TYPE) T_MAPPING 20100908
3 SOURCE Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_ANNOTATES 20100908
4 TARGET Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_ANNOTATES 20100908
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20100908
2 CONSTRUCTOR Instance method Private Constructor 20100908
3 CREATE_INSTANCE Static method Private Method 20100908
4 GET_BY_VALUE Static method Public Method 20100908
Events
Class CL_XLF_ENUM_ANNOTATES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_MAPPING Private See coding 20100908 BEGIN OF s_mapping, value TYPE string, enum TYPE REF TO cl_xlf_enum_annotates, END OF s_mapping
2 T_MAPPING Private See coding 20100908 t_mapping TYPE HASHED TABLE OF s_mapping WITH UNIQUE KEY value
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

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

Method CONSTRUCTOR on class CL_XLF_ENUM_ANNOTATES has no exception.

Method CREATE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ENUM Value transfer Object reference (TYPE REF TO) CL_XLF_ENUM_ANNOTATES 20100908
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20100908

Method CREATE_INSTANCE on class CL_XLF_ENUM_ANNOTATES has no exception.

Method GET_BY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ENUM Value transfer Object reference (TYPE REF TO) CL_XLF_ENUM_ANNOTATES 20100908
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20100908

Method GET_BY_VALUE on class CL_XLF_ENUM_ANNOTATES has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703