PropertyData

@Serializable
data class PropertyData(val uid: String? = null, val name: String, val type: PropertyType = PropertyType.STRING) : IConceptFeatureData

Deprecated

use org.modelix.mode.data.*

Constructors

Link copied to clipboard
constructor(uid: String? = null, name: String, type: PropertyType = PropertyType.STRING)

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard
Link copied to clipboard
open override val uid: String? = null