API reference
API reference
Select your platform
No SDKs available
No versions available

UUIDAttribute

UUIDAttribute

class UUIDAttribute(keyString: String, key: Int, component: ComponentBase, initialValue: UUID) : TypedAbstractAttribute<UUID>
An attribute that stores a UUID value.
XML Usage Example:
<component name="Identifier">
 <UUIDAttribute name="id" defaultValue="-1L,1L"/>
</component>

Constructors

NameSummary
UUIDAttribute
constructor(keyString: String, key: Int, component: ComponentBase, initialValue: UUID)

Properties

NameSummary
value
var value: UUID

Functions

NameSummary
checkIfComponentIsOld
fun checkIfComponentIsOld()
checkIfComponentIsRecycled
fun checkIfComponentIsRecycled()
get
open override fun get(): Any
getValue
operator fun getValue(thisRef: Any?, property: KProperty<*>): UUID
keyName
fun keyName(): String
set
open override fun set(value: Any)
setValue
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: UUID)
Did you find this page helpful?
Thumbs up icon
Thumbs down icon