SAP ABAP Class CL_FDT_WD_EDITOR_RANGE_MODEL (FDT WD Island: Value Range Model(Editor))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_ISLAND_EDITOR (Package) BRFplus: Island Editor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FDT_WD_EDITOR_MODEL FDT WD Island: Editor Model (Abstract) 20100709
Properties
Class CL_FDT_WD_EDITOR_RANGE_MODEL  
Short Description FDT WD Island: Value Range Model(Editor)    
Super Class CL_FDT_WD_EDITOR_MODEL FDT WD Island: Editor Model (Abstract) 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_WD_ISLAND_EDITOR   BRFplus: Island Editor 
Created 20100709   SAP 
Last change 20130531   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_EXPR_SV Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_FDT_BOOLEAN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_FDT_RANGE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_FDT_WD_EDITOR_SECTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_WD_EDITOR_RANGE_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_EDITOR_RANGE_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTN_ALLOWED_COMPARE Constant Public Type reference (TYPE) STRING 'ALLOWED_COMPARISIONS' action name 20120615
2 GC_ATTR_SIGN Constant Private Type reference (TYPE) STRING 'sign' 20111012
3 GC_RANGE_VALUES_SECTION Constant Private Type reference (TYPE) STRING 'rvalues' 20111007
4 GC_RANGE_VALUE_SECTION Constant Private Type reference (TYPE) STRING 'rv' 20100716
5 GC_TESTPARAMETER_SECTION Constant Private Type reference (TYPE) STRING 'testparam' 20100716
6 MO_RANGE Instance attribute Public Object reference (TYPE REF TO) IF_FDT_RANGE FDT: Range 20100709
7 MV_TEST_PARAMETER_ELEMENT_TYPE Instance attribute Private Type reference (TYPE) IF_FDT_TYPES=>ELEMENT_TYPE Elementary Data Type 20111012
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100709
2 CREATE_HIGH Instance method Private Method Creates the section for the high-parameter 20100713
3 CREATE_LOW Instance method Private Method Creates the section for the low-parameter 20100713
4 CREATE_TEST_PARAMETER_SECTION Instance method Private Method Creates the test parameter section 20100709
5 CREATE_VALUE_RANGE_SECTION Instance method Private Method Creates a section for range values (one line) 20100709
6 GET_ALLOWED_COMPARISIONS Instance method Private Method Gets the allowed comparisions for the element and bounds it 20120614
7 GET_VALUE_RANGE_FROM_SECTION Instance method Private Method Returns a value range (line) from a section 20111010
8 SET_RANGE_VALUES Instance method Private Method Sets the test parameter 20111010
9 SET_TEST_PARAMETER Instance method Private Method Sets the test parameter 20111007
Events
Class CL_FDT_WD_EDITOR_RANGE_MODEL has no event.
Types
Class CL_FDT_WD_EDITOR_RANGE_MODEL 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 IO_CONFIGURATION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_CONFIGURATION Configuration 20100709
2 Importing IO_OBJECT_MANAGER Call by reference Object reference (TYPE REF TO) CL_FDT_WD_ISLAND_OBJ_MANAGER FDT WD: Island Object Manager 20110707
3 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID ID 20110323
4 Importing IV_TEMPORARY_OBJECT Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100723
5 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Timestamp 20100709

Method CONSTRUCTOR on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.

Method CREATE_HIGH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION FDT WD: Section in editor 20100713
2 Importing IS_RANGE Call by reference Type reference (TYPE) CL_FDT_EXPR_SV=>S_RANGE Range (internal) 20100713

Method CREATE_HIGH on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.

Method CREATE_LOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION FDT WD: Section in editor 20100713
2 Importing IS_RANGE Call by reference Type reference (TYPE) CL_FDT_EXPR_SV=>S_RANGE 20100713

Method CREATE_LOW on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.

Method CREATE_TEST_PARAMETER_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION FDT WD: Section in editor 20100709

Method CREATE_TEST_PARAMETER_SECTION on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.

Method CREATE_VALUE_RANGE_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION FDT WD: Section in editor 20100709
2 Importing IS_RANGE Call by reference Type reference (TYPE) CL_FDT_EXPR_SV=>S_RANGE Range 20100709

Method CREATE_VALUE_RANGE_SECTION on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.

Method GET_ALLOWED_COMPARISIONS Signature

Method GET_ALLOWED_COMPARISIONS on class CL_FDT_WD_EDITOR_RANGE_MODEL has no parameter.
Method GET_ALLOWED_COMPARISIONS on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.

Method GET_VALUE_RANGE_FROM_SECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION FDT WD: Section in editor 20111010
2 Returning RS_RANGE Value transfer Type reference (TYPE) CL_FDT_EXPR_SV=>S_RANGE Range Line 20111010

Method GET_VALUE_RANGE_FROM_SECTION on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.

Method SET_RANGE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION FDT WD: Section in editor 20120927

Method SET_RANGE_VALUES on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.

Method SET_TEST_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SECTION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_EDITOR_SECTION Section 20111007

Method SET_TEST_PARAMETER on class CL_FDT_WD_EDITOR_RANGE_MODEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703