ObjectAttributeValueDefinition.md•1.38 kB
## Package: dw.object
# Class ObjectAttributeValueDefinition
## Inheritance Hierarchy
- Object
- dw.object.ObjectAttributeValueDefinition
## Description
Represents the value definition associated with an object attribute.
## Properties
### displayValue
**Type:** String (Read Only)
A display name that can be used to present this value in
the user interface. For example, the value might be '1' but the display
name might be 'Order Exported'.
### value
**Type:** Object (Read Only)
The actual value for the attribute.
## Constructor Summary
## Method Summary
### getDisplayValue
**Signature:** `getDisplayValue() : String`
Returns a display name that can be used to present this value in the user interface.
### getValue
**Signature:** `getValue() : Object`
Returns the actual value for the attribute.
## Method Detail
## Method Details
### getDisplayValue
**Signature:** `getDisplayValue() : String`
**Description:** Returns a display name that can be used to present this value in the user interface. For example, the value might be '1' but the display name might be 'Order Exported'.
**Returns:**
a display name that can be used to present this value in the user interface.
---
### getValue
**Signature:** `getValue() : Object`
**Description:** Returns the actual value for the attribute.
**Returns:**
the actual value for the attribute.
---