SAP ABAP Class CL_XLF_ENUM_ALTTRANSTYPE (Predefined alttranstype 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_ALTTRANSTYPE  
Short Description Predefined alttranstype 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_ALTTRANSTYPE has no forward declaration.
Interfaces
Class CL_XLF_ENUM_ALTTRANSTYPE has no interface implemented.
Friends
Class CL_XLF_ENUM_ALTTRANSTYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACCEPTED Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_ALTTRANSTYPE Represents a proposed translation that was used 20100908
2 MAPPING Static Attribute Private Type reference (TYPE) T_MAPPING 20100908
3 PREVIOUS_VERSION Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_ALTTRANSTYPE Represents a previous version of the target element 20100908
4 PROPOSAL Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_ALTTRANSTYPE Represents a translation proposal from a translation memory 20100908
5 REFERENCE Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_ALTTRANSTYPE Represents a translation to be used for reference purposes 20100908
6 REJECTED Static Attribute Public Object reference (TYPE REF TO) CL_XLF_ENUM_ALTTRANSTYPE Represents a rejected version of the target element 20100908
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100908
2 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20100908
3 CREATE_INSTANCE Static method Private Method 20100908
4 GET_BY_VALUE Static method Public Method Returns the enumeration for the passed enumeration value 20100908
Events
Class CL_XLF_ENUM_ALTTRANSTYPE 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_alttranstype, 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_ALTTRANSTYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XLF_ENUM_ALTTRANSTYPE 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_ALTTRANSTYPE 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_ALTTRANSTYPE Predefined alttranstype values 20100908
2 Importing VALUE Call by reference Type reference (TYPE) STRING 20100908

Method CREATE_INSTANCE on class CL_XLF_ENUM_ALTTRANSTYPE 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_ALTTRANSTYPE The corresponding enumeration 20100908
2 Importing VALUE Call by reference Type reference (TYPE) STRING The enumeration value 20100908

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