/AWS1/CL_MPEENTITLEMENTVALUE¶
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_integervalue
TYPE /AWS1/MPEINTEGER
/AWS1/MPEINTEGER
¶
The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.
iv_doublevalue
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.
iv_booleanvalue
TYPE /AWS1/MPEBOOLEAN
/AWS1/MPEBOOLEAN
¶
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.
iv_stringvalue
TYPE /AWS1/MPESTRING
/AWS1/MPESTRING
¶
The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.
Queryable Attributes¶
IntegerValue¶
The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INTEGERVALUE() |
Getter for INTEGERVALUE, with configurable default |
ASK_INTEGERVALUE() |
Getter for INTEGERVALUE w/ exceptions if field has no value |
HAS_INTEGERVALUE() |
Determine if INTEGERVALUE has a value |
DoubleValue¶
The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOUBLEVALUE() |
Getter for DOUBLEVALUE, with configurable default |
ASK_DOUBLEVALUE() |
Getter for DOUBLEVALUE w/ exceptions if field has no value |
STR_DOUBLEVALUE() |
String format for DOUBLEVALUE, with configurable default |
HAS_DOUBLEVALUE() |
Determine if DOUBLEVALUE has a value |
BooleanValue¶
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BOOLEANVALUE() |
Getter for BOOLEANVALUE, with configurable default |
ASK_BOOLEANVALUE() |
Getter for BOOLEANVALUE w/ exceptions if field has no value |
HAS_BOOLEANVALUE() |
Determine if BOOLEANVALUE has a value |
StringValue¶
The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STRINGVALUE() |
Getter for STRINGVALUE, with configurable default |
ASK_STRINGVALUE() |
Getter for STRINGVALUE w/ exceptions if field has no value |
HAS_STRINGVALUE() |
Determine if STRINGVALUE has a value |