SAP ABAP Class CL_XLF_ENUM_EQUIV_TRANS (Pre-defined equiv-trans 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 20100909
Properties
Class CL_XLF_ENUM_EQUIV_TRANS  
Short Description Pre-defined equiv-trans 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 20100909   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_XLF_ENUM_EQUIV_TRANS has no forward declaration.
Interfaces
Class CL_XLF_ENUM_EQUIV_TRANS has no interface implemented.
Friends
Class CL_XLF_ENUM_EQUIV_TRANS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MAPPING Static Attribute Private Type reference (TYPE) T_MAPPING 20100909
2 NO Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_EQUIV_TRANS 20100909
3 YES Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_EQUIV_TRANS 20100909
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20100909
2 CONSTRUCTOR Instance method Private Constructor 20100909
3 CREATE_INSTANCE Static method Private Method 20100909
4 GET_BY_VALUE Static method Public Method 20100909
Events
Class CL_XLF_ENUM_EQUIV_TRANS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_MAPPING Private See coding 20100909 BEGIN OF s_mapping, value TYPE string, enum TYPE REF TO cl_xlf_enum_equiv_trans, END OF s_mapping
2 T_MAPPING Private See coding 20100909 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_EQUIV_TRANS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XLF_ENUM_EQUIV_TRANS 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 20100909

Method CONSTRUCTOR on class CL_XLF_ENUM_EQUIV_TRANS 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_EQUIV_TRANS 20100909
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20100909

Method CREATE_INSTANCE on class CL_XLF_ENUM_EQUIV_TRANS 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_EQUIV_TRANS 20100909
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20100909

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