Type
public enum Type : CustomStringConvertible
Enum type of entrance
-
Stair
Declaration
Swift
case stair -
Elevator
Declaration
Swift
case elevator -
Door
Declaration
Swift
case door -
Easement
Declaration
Swift
case easement -
All
TypesDeclaration
Swift
public static let all: [Entrance.Type] -
Human readable description
Declaration
Swift
public var description: String { get }
View on GitHub
Type Enumeration Reference