SAP ABAP Class IF_NWECM_PROPERTY (ECMI: Property)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_NWECM_METADATA_UI_PROPERTY Property implementation of metadata ui for default values 20090609
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_NWECM_PROPERTY ECMI: Property Implementation 20101130
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_NWECM_PROPERTY_AWR ECMI: Property API Firewall Wrapper 20080728
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_NWECM_PROPERTY_DUMMY ECMI: Property dummies to control special cache functions 20090331
Properties
Class IF_NWECM_PROPERTY  
Short Description ECMI: Property    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080529   SAP 
Last change 20110908   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)
Interfaces
Class IF_NWECM_PROPERTY has no interface implemented.
Friends
Class IF_NWECM_PROPERTY has no friend class.
Attributes
Class IF_NWECM_PROPERTY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_NAME Instance method Public Method Gets the name of this property 20080721
2 GET_PROPERTY_DEF Instance method Public Method 20101025
3 GET_VALUE Instance method Public Method Gets the value of this single-valued property 20080529
4 GET_VALUES Instance method Public Method Gets the values of this multi-valued property 20080529
5 IS_MULTI_VALUED Instance method Public Method Returns 'X' if this property is multi-valued 20080923
Events
Class IF_NWECM_PROPERTY has no event.
Types
Class IF_NWECM_PROPERTY has no local type.
Method Signatures

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_NAME Value transfer Object reference (TYPE REF TO) CL_NWECM_NAME Property Name 20080721

Method GET_NAME on class IF_NWECM_PROPERTY has no exception.

Method GET_PROPERTY_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PROPERTY_DEF Value transfer Object reference (TYPE REF TO) IF_NWECM_PROPERTY_DEF ECMI: Item Characteristics 20101025
# Exception Resumable Description Created on
1 CX_NWECM_INVALID_STATE ECMI: Invalid State Exception 20101025
2 CX_NWECM_REPOSITORY ECMI: Repository Exception 20101025

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_VALUE Value transfer Object reference (TYPE REF TO) CL_NWECM_VALUE Property value 20080721
# Exception Resumable Description Created on
1 CX_NWECM_INVALID_STATE NW ECM: Property Not Found 20081031
2 CX_NWECM_REPOSITORY Main exception thrown by repository operations 20080529
3 CX_NWECM_VALUE_FORMAT NW ECM Value Format Mismatch Exception 20080721

Method GET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VALUES Value transfer Type reference (TYPE) NWECM_T_VALUE Table of property values 20080728
# Exception Resumable Description Created on
1 CX_NWECM_INVALID_STATE NW ECM: Property Not Found 20081031
2 CX_NWECM_REPOSITORY Main exception thrown by repository operations 20080529
3 CX_NWECM_VALUE_FORMAT NW ECM Value Format Mismatch Exception 20080721

Method IS_MULTI_VALUED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_MULTI_VALUED Value transfer Type reference (TYPE) ABAP_BOOL Returns 'X' if the property is multi valued 20081031
# Exception Resumable Description Created on
1 CX_NWECM_INVALID_STATE NW ECM: Property Not Found Exception 20081031
2 CX_NWECM_REPOSITORY NW ECM: Repository Exception 20080923
History
Last changed by/on SAP  20110908 
SAP Release Created in