/AWS1/CL_LICENTITLEMENT¶
Describes a resource entitled for use with a license.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Entitlement name.
iv_unit TYPE /AWS1/LICENTITLEMENTUNIT /AWS1/LICENTITLEMENTUNIT¶
Entitlement unit.
Optional arguments:¶
iv_value TYPE /AWS1/LICSTRING /AWS1/LICSTRING¶
Entitlement resource. Use only if the unit is None.
iv_maxcount TYPE /AWS1/LICLONG /AWS1/LICLONG¶
Maximum entitlement count. Use if the unit is not None.
iv_overage TYPE /AWS1/LICBOXBOOLEAN /AWS1/LICBOXBOOLEAN¶
Indicates whether overages are allowed.
iv_allowcheckin TYPE /AWS1/LICBOXBOOLEAN /AWS1/LICBOXBOOLEAN¶
Indicates whether check-ins are allowed.
Queryable Attributes¶
Name¶
Entitlement name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Value¶
Entitlement resource. Use only if the unit is None.
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 |
MaxCount¶
Maximum entitlement count. Use if the unit is not None.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXCOUNT() |
Getter for MAXCOUNT, with configurable default |
ASK_MAXCOUNT() |
Getter for MAXCOUNT w/ exceptions if field has no value |
HAS_MAXCOUNT() |
Determine if MAXCOUNT has a value |
Overage¶
Indicates whether overages are allowed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OVERAGE() |
Getter for OVERAGE, with configurable default |
ASK_OVERAGE() |
Getter for OVERAGE w/ exceptions if field has no value |
HAS_OVERAGE() |
Determine if OVERAGE has a value |
Unit¶
Entitlement unit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT has a value |
AllowCheckIn¶
Indicates whether check-ins are allowed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOWCHECKIN() |
Getter for ALLOWCHECKIN, with configurable default |
ASK_ALLOWCHECKIN() |
Getter for ALLOWCHECKIN w/ exceptions if field has no value |
HAS_ALLOWCHECKIN() |
Determine if ALLOWCHECKIN 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_ENTITLEMENTLIST¶
TYPES TT_ENTITLEMENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LICENTITLEMENT WITH DEFAULT KEY
.