SAP ABAP Class CL_FDT_WD_COMPONENT_METADATA (FDT WD: Metadata about an component)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_INFRASTRUCTURE (Package) BRFplus: Web Dynpro UI: Infrastructure
Properties
Class CL_FDT_WD_COMPONENT_METADATA  
Short Description FDT WD: Metadata about an component    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_INFRASTRUCTURE   BRFplus: Web Dynpro UI: Infrastructure 
Created 20080813   SAP 
Last change 20140121   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)
2 CL_FDT_WD_REGISTRY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_UI_DEFINITION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FDT_WD_ISLAND_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_WD_COMPONENT_METADATA has no interface implemented.
Friends
Class CL_FDT_WD_COMPONENT_METADATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_ISLAND_INFO Instance attribute Public Type reference (TYPE) CL_FDT_WD_REGISTRY=>S_ISLAND_INFO Info about Island 20130114
2 MV_EXPRESSION_TYPE_ID Instance attribute Public Type reference (TYPE) IF_FDT_TYPES=>ID Expression Type ID 20091126
3 MV_HAS_INTERNAL_MODEL Instance attribute Public Type reference (TYPE) BOOLE_D True: has internal model 20090723
4 MV_HAS_IOBJECT_EXTENDED Instance attribute Public Type reference (TYPE) BOOLE_D True: has implemented FDT_IWD_OBJECT_EXTENDED 20100701
5 MV_MODEL_CLASS Instance attribute Public Type reference (TYPE) SEOCLSNAME Assigned model class 20080813
6 MV_NAME Instance attribute Public Type reference (TYPE) STRING Name of component 20080813
7 MV_OBSOLETE Instance attribute Private Type reference (TYPE) BOOLE_D Component is obsolete 20090616
8 MV_ONLY_DISPLAY Instance attribute Private Type reference (TYPE) BOOLE_D True: component shall only be displayed (no menu items etc.) 20091012
9 MV_VERSION Instance attribute Public Type reference (TYPE) IF_FDT_UI_DEFINITION=>WD_ABAP_VERSION Implemented version 20080813
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080813
2 IS_OBSOLETE Instance method Public Method Returns, if a component is obsolete 20090616
3 IS_ONLY_DISPLAY Instance method Public Method Returns if the component is only supposed to be displayed 20091012
4 SET_OBSOLETE Instance method Public Method Marks an object as obsolete 20090616
5 SET_ONLY_DISPLAY Instance method Public Method Mark the component only to be displayed 20091012
Events
Class CL_FDT_WD_COMPONENT_METADATA has no event.
Types
Class CL_FDT_WD_COMPONENT_METADATA has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ISLAND_INFO Call by reference Type reference (TYPE) CL_FDT_WD_REGISTRY=>S_ISLAND_INFO Island Info 20130114
2 Importing IV_EXPRESSION_TYPE_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Expression Type ID (if expression component) 20091126
3 Importing IV_HAS_INTERNAL_MODEL Call by reference Type reference (TYPE) BOOLE_D Has internal model 20100707
4 Importing IV_HAS_IOBJECT_EXTENDED Call by reference Type reference (TYPE) BOOLE_D Has extendeded object interface implemented 20100701
5 Importing IV_MODEL_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Model Class 20080813
6 Importing IV_NAME Call by reference Type reference (TYPE) STRING Name 20080813
7 Importing IV_VERSION Call by reference Type reference (TYPE) IF_FDT_UI_DEFINITION=>WD_ABAP_VERSION Version of WD ABAP component 20080813

Method CONSTRUCTOR on class CL_FDT_WD_COMPONENT_METADATA has no exception.

Method IS_OBSOLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_OBSOLETE Value transfer Type reference (TYPE) BOOLE_D True: is obsolete 20090616

Method IS_OBSOLETE on class CL_FDT_WD_COMPONENT_METADATA has no exception.

Method IS_ONLY_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ONLY_DISPLAY Value transfer Type reference (TYPE) BOOLE_D 20091012

Method IS_ONLY_DISPLAY on class CL_FDT_WD_COMPONENT_METADATA has no exception.

Method SET_OBSOLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBSOLETE Call by reference Type reference (TYPE) BOOLE_D Component is obsolete 20090616

Method SET_OBSOLETE on class CL_FDT_WD_COMPONENT_METADATA has no exception.

Method SET_ONLY_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_DISPLAY Value transfer Type reference (TYPE) BOOLE_D 20091012

Method SET_ONLY_DISPLAY on class CL_FDT_WD_COMPONENT_METADATA has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 712