Class ObjectAttributeValueDefinition
Represents the value definition associated with an
object attribute.
Property Summary
Property Description 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.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Method Description 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.
Methods inherited from class Object
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
Property Details
displayValue
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
value: Object (read-only)
Returns the actual value for the attribute.
Method Details
getDisplayValue()
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()
getValue(): Object
Returns the actual value for the attribute.
Returns:
the actual value for the attribute.