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

    All Types

    Declaration

    Swift

    public static let all: [Entrance.Type]
  • Human readable description

    Declaration

    Swift

    public var description: String { get }