LocationType

public enum LocationType

Enumeration Cases

jHook

case jHook

sideStack

case sideStack

shelfSpace

case shelfSpace

pod

case pod

floorModel

case floorModel

topStock

case topStock

backroomStock

case backroomStock

incoming

case incoming

outgoing

case outgoing

unprocessed

case unprocessed

bottomStock

case bottomStock

unknown

case unknown

Properties

value

var value: String

plural

var plural: String

Methods

from(_:)

static func from(_ string: String) throws -> LocationType

all()

static func all() -> [LocationType]