Uses of Enum Class
microsim.event.Order

Packages that use Order
Package
Description
 
  • Uses of Order in microsim.event

    Methods in microsim.event that return Order
    Modifier and Type
    Method
    Description
    static Order
    Order.valueOf(String name)
    Deprecated.
    Returns the enum constant of this class with the specified name.
    static Order[]
    Order.values()
    Deprecated.
    Returns an array containing the constants of this enum class, in the order they are declared.