GenericAttribute
public class GenericAttribute : Item
A generic attribute that can be referenced by an Item.
-
The name of the item.
Declaration
Swift
@objc dynamic var name: String? -
A boolean value.
Declaration
Swift
@objc dynamic var boolValue: Bool -
A datetime value.
Declaration
Swift
@objc dynamic var datetimeValue: Date? -
A floating point value.
Declaration
Swift
let floatValue: RealmOptional<Double> -
An integer value.
Declaration
Swift
let intValue: RealmOptional<Int> -
A string value.
Declaration
Swift
@objc dynamic var stringValue: String? -
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws
GenericAttribute Class Reference