Uses of Enum Class
de.xam.featdoc.system.Message.Direction
Packages that use Message.Direction
-
Uses of Message.Direction in de.xam.featdoc.system
Methods in de.xam.featdoc.system that return Message.DirectionModifier and TypeMethodDescriptionMessage.direction()Returns the value of thedirectionrecord component.Message.Kind.direction()static Message.DirectionReturns the enum constant of this class with the specified name.static Message.Direction[]Message.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.xam.featdoc.system with parameters of type Message.DirectionModifier and TypeMethodDescriptionSystem.step(Message.Direction direction, Timing timing, String name) SystemApi.step(Message.Direction direction, Timing timing, String name) Constructors in de.xam.featdoc.system with parameters of type Message.DirectionModifierConstructorDescriptionMessage(System system, Message.Direction direction, Timing timing, String name) Creates an instance of aMessagerecord class.