Skip to content

/AWS1/CL_BRKACTIONMETADATA

Contains metadata about the quantum task action, including the action type and program statistics.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_actiontype TYPE /AWS1/BRKSTRING /AWS1/BRKSTRING

The type of action associated with the quantum task.

Optional arguments:

iv_programcount TYPE /AWS1/BRKLONG /AWS1/BRKLONG

The number of programs in a program set. This is only available for a Program Set.

iv_executablecount TYPE /AWS1/BRKLONG /AWS1/BRKLONG

The number of executables in a program set. This is only available for a Program Set.


Queryable Attributes

actionType

The type of action associated with the quantum task.

Accessible with the following methods

Method Description
GET_ACTIONTYPE() Getter for ACTIONTYPE, with configurable default
ASK_ACTIONTYPE() Getter for ACTIONTYPE w/ exceptions if field has no value
HAS_ACTIONTYPE() Determine if ACTIONTYPE has a value

programCount

The number of programs in a program set. This is only available for a Program Set.

Accessible with the following methods

Method Description
GET_PROGRAMCOUNT() Getter for PROGRAMCOUNT, with configurable default
ASK_PROGRAMCOUNT() Getter for PROGRAMCOUNT w/ exceptions if field has no value
HAS_PROGRAMCOUNT() Determine if PROGRAMCOUNT has a value

executableCount

The number of executables in a program set. This is only available for a Program Set.

Accessible with the following methods

Method Description
GET_EXECUTABLECOUNT() Getter for EXECUTABLECOUNT, with configurable default
ASK_EXECUTABLECOUNT() Getter for EXECUTABLECOUNT w/ exceptions if field has no val
HAS_EXECUTABLECOUNT() Determine if EXECUTABLECOUNT has a value