AttributeInstance

@Entity
class AttributeInstance(var dataID: Long? = null, val attributeUri: String = "", var anyValue: String = "")

The AttributeInstance represents a concretization of an Attribute.

See also

Constructors

Link copied to clipboard
constructor()
constructor(dataID: Long? = null, attributeUri: String = "", anyValue: String = "")

Properties

Link copied to clipboard

Textual value representation of the Attribute.

Link copied to clipboard

URI of the Attribute defining this AttributeInstances.

Link copied to clipboard
var dataID: Long?

Technical database (JPA) identifier used for relation joins. The dataID is system specific and not exported to XML. It must not be used to identify elements in distributed use-cases. It should not be used to identify elements from outside the service. All model elements provide other suitable identifiers to be used.

Functions

Link copied to clipboard