SAP ABAP Class CL_XLF_LIST (An object list)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_XLIFF (Package) XLIFF 1.2 Library
Properties
Class CL_XLF_LIST  
Short Description An object list    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_XLIFF   XLIFF 1.2 Library 
Created 20100903   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_XLF_LIST has no forward declaration.
Interfaces
Class CL_XLF_LIST has no interface implemented.
Friends
Class CL_XLF_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 OBJECTS Instance attribute Private Type reference (TYPE) T_OBJECT 20100903
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Adds an object to the end of this list 20100903
2 GET Instance method Public Method Returns the object at the passed position 20100903
3 GET_SIZE Instance method Public Method Returns the number of object in this list 20100903
Events
Class CL_XLF_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_OBJECT Private See coding 20100903 t_object TYPE STANDARD TABLE OF REF TO object
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Object to add 20100903

Method ADD on class CL_XLF_LIST has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OBJECT Value transfer Object reference (TYPE REF TO) OBJECT The object 20100903
2 Importing POSITION Value transfer Type reference (TYPE) I Position (1-based) 20100903

Method GET on class CL_XLF_LIST has no exception.

Method GET_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SIZE Value transfer Type reference (TYPE) I Number of objects in this list 20100903

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