Attribute

data class Attribute(val name: String, val type: Attribute.Type)

Represents an Attribute of a BusinessObjectType.

Parameters

name

The name of the Attribute.

type

The Type of the Attribute.

Constructors

Link copied to clipboard
constructor(name: String, type: Attribute.Type)

Types

Link copied to clipboard

Represents the Type of value an Attribute has at runtime.

Properties

Link copied to clipboard
Link copied to clipboard