SAP ABAP Class CL_FDT_WD_EDITOR_BOOLEAN_MODEL (FDT WD Island: Boolean 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) | 20100628 |
Properties
Class | CL_FDT_WD_EDITOR_BOOLEAN_MODEL | |
Short Description | FDT WD Island: Boolean 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 | 20100628 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no interface implemented.
Friends
Class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'bvalues' | 20121218 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'keyword' | 20120927 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'param' | 20120927 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'paren' | 20120927 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FDT_BOOLEAN | FDT: Boolean | 20100628 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100628 |
2 | ![]() |
Instance method | Private | Method | Creates the tokens by using the get_operands function | 20100702 |
3 | ![]() |
Instance method | Private | Method | Creates the tokens by using the get_user_defined_boolean | 20100702 |
4 | ![]() |
Instance method | Private | Method | Process the content section for boolean | 20120928 |
5 | ![]() |
Instance method | Private | Method | 20100702 | |
6 | ![]() |
Instance method | Private | Method | Resolves the unnamed value ranges | 20100804 |
Events
Class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no event.
Types
Class CL_FDT_WD_EDITOR_BOOLEAN_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 | ![]() |
IO_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | Configuration | 20100628 | ||
2 | ![]() |
IO_OBJECT_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_OBJ_MANAGER | FDT WD: Island Object Manager | 20110707 | ||
3 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Object | 20110323 | ||
4 | ![]() |
IV_TEMPORARY_OBJECT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100723 | |||
5 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp | 20100628 |
Method CONSTRUCTOR on class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no exception.
Method GET_SIMPLE_BOOLEAN Signature
Method GET_SIMPLE_BOOLEAN on class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no parameter.
Method GET_SIMPLE_BOOLEAN on class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no exception.
Method GET_USER_DEFINED_BOOLEAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | FDT WD: Section in editor | 20100804 |
Method GET_USER_DEFINED_BOOLEAN on class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no exception.
Method PROCESS_CONTENT_SECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_USER_DEFINED_TOKEN | Call by reference | Type reference (TYPE) | IF_FDT_BOOLEAN=>T_USER_DEFINED_TOKEN | Tokens of a user defined boolean string | 20120928 | ||
2 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | FDT WD: Section in editor | 20120928 |
Method PROCESS_CONTENT_SECTION on class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no exception.
Method READ_OPERAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OPERAND_RANGE | Call by reference | Type reference (TYPE) | IF_FDT_BOOLEAN=>S_PARAM_RANGE | Parameter with Range Table | 20100702 | ||
2 | ![]() |
IV_INVERT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100702 | |||
3 | ![]() |
IV_OPERAND_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20100702 | ||
4 | ![]() |
RT_TOKEN | Value transfer | Type reference (TYPE) | IF_FDT_WD_EDITOR_SECTION=>TS_TOKEN | 20100702 |
Method READ_OPERAND on class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no exception.
Method RESOLVE_VALUE_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SECTION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | FDT WD: Section in editor | 20100804 | ||
2 | ![]() |
IS_PARAM_RANGE | Call by reference | Type reference (TYPE) | IF_FDT_BOOLEAN=>S_PARAM_RANGE | Parameter with Range Table | 20100804 |
Method RESOLVE_VALUE_RANGE on class CL_FDT_WD_EDITOR_BOOLEAN_MODEL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |