Property

data class Property(val attribute: Attribute, val value: AttributeValue)

Represents the value of an Attribute in a BusinessObject.

Parameters

attribute

The Attribute of which this Property is a value.

value

The value of this Property.

Constructors

Link copied to clipboard
constructor(attribute: Attribute, value: AttributeValue)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard