JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum Class
org.simplesim.examples.elevator.shared.Visitor.Event
Packages that use
Visitor.Event
Package
Description
org.simplesim.examples.elevator.shared
Contains all classes shared by static and dynamic model
Uses of
Visitor.Event
in
org.simplesim.examples.elevator.shared
Methods in
org.simplesim.examples.elevator.shared
that return
Visitor.Event
Modifier and Type
Method
Description
static
Visitor.Event
Visitor.Event.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Visitor.Event
[]
Visitor.Event.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.