sealed trait VirtualMethodStaticDataUsagePropertyMetaInformation extends PropertyMetaInformation
- Alphabetic
- By Inheritance
- VirtualMethodStaticDataUsagePropertyMetaInformation
- PropertyMetaInformation
- PropertyKind
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final type Self = VirtualMethodStaticDataUsage
- Definition Classes
- VirtualMethodStaticDataUsagePropertyMetaInformation → PropertyMetaInformation
Abstract Value Members
- abstract def key: PropertyKey[Self]
The key uniquely identifies this property's category.
The key uniquely identifies this property's category. All property objects of the same kind have to use the same key.
In general each
Property
kind is expected to have a companion object that stores the uniquePropertyKey
.- Definition Classes
- PropertyMetaInformation
Concrete Value Members
- final def id: Int
The id uniquely identifies this property's category.
The id uniquely identifies this property's category. All property objects of the same kind have to use the same id which is guaranteed since they share the same
PropertyKey
- Definition Classes
- PropertyMetaInformation → PropertyKind