Uses of Enum Class
com.siperf.commons.enums.io.EDirection
Packages that use EDirection
-
Uses of EDirection in com.siperf.amistream.protocol.messages
Methods in com.siperf.amistream.protocol.messages that return EDirectionModifier and TypeMethodDescriptionAmiMessage.getDirection()Returns the direction of the message (e.g., incoming or outgoing).Methods in com.siperf.amistream.protocol.messages with parameters of type EDirectionModifier and TypeMethodDescriptionstatic voidAmiMessage.Package.setIoData(AmiMessage message, EDirection direction) -
Uses of EDirection in com.siperf.commons.enums.io
Methods in com.siperf.commons.enums.io that return EDirectionModifier and TypeMethodDescriptionstatic EDirectionReturns the enum constant of this class with the specified name.static EDirection[]EDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.