docs/Classes/EnumCase.html
@objcMembers
public final class EnumCase : NSObject, SourceryModel, AutoDescription, Annotated, Documented, Diffable
extension EnumCase: NSCoding
Defines enum case
`
name
`
Enum case name
Swift
public let name: String
`
rawValue
`
Enum case raw value, if any
Swift
public let rawValue: String?
`
associatedValues
`
Enum case associated values
Swift
public let associatedValues: [AssociatedValue]
`
annotations
`
Enum case annotations
Swift
public var annotations: Annotations
`
documentation
`
Swift
public var documentation: Documentation
`
indirect
`
Whether enum case is indirect
Swift
public let indirect: Bool
`
hasAssociatedValue
`
Whether enum case has associated value
Swift
public var hasAssociatedValue: Bool { get }
`
diffAgainst(_:)
`
Swift
public func diffAgainst(_ object: Any?) -> DiffableResult
Copyright © 2016-2021 Pixle. All rights reserved.
Generated by jazzy ♪♫ v0.14.0, a Realm project.