Skip to content

/AWS1/CL_DAXNODETYPESPFVALUE

Represents a parameter value that is applicable to a particular node type.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NODETYPE TYPE /AWS1/DAXSTRING /AWS1/DAXSTRING

A node type to which the parameter value applies.

IV_VALUE TYPE /AWS1/DAXSTRING /AWS1/DAXSTRING

The parameter value for this node type.


Queryable Attributes

NodeType

A node type to which the parameter value applies.

Accessible with the following methods

Method Description
GET_NODETYPE() Getter for NODETYPE, with configurable default
ASK_NODETYPE() Getter for NODETYPE w/ exceptions if field has no value
HAS_NODETYPE() Determine if NODETYPE has a value

Value

The parameter value for this node type.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_NODETYPESPECIFICVALUELIST

TYPES TT_NODETYPESPECIFICVALUELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DAXNODETYPESPFVALUE WITH DEFAULT KEY
.