Uses of Enum Class
de.xam.featdoc.system.Timing
Packages that use Timing
-
Uses of Timing in de.xam.featdoc.system
Methods in de.xam.featdoc.system that return TimingModifier and TypeMethodDescriptionMessage.Kind.timing()Message.timing()Returns the value of thetimingrecord component.static TimingReturns the enum constant of this class with the specified name.static Timing[]Timing.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 TimingModifier 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 TimingModifierConstructorDescriptionMessage(System system, Message.Direction direction, Timing timing, String name) Creates an instance of aMessagerecord class.