Class ObjectAttributeValueDefinition

Represents the value definition associated with an object attribute.

PropertyDescription
displayValue: String (read-only)Returns a display name that can be used to present this value in the user interface.
value: Object (read-only)Returns the actual value for the attribute.

This class does not have a constructor, so you cannot create it directly.

MethodDescription
getDisplayValue()Returns a display name that can be used to present this value in the user interface.
getValue()Returns the actual value for the attribute.

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

displayValue: String (read-only)

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'.


value: Object (read-only)

Returns the actual value for the attribute.


getDisplayValue(): String

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(): Object

Returns the actual value for the attribute.

Returns:

  • the actual value for the attribute.