Uses of Class
network.oxalis.api.model.Direction
-
Packages that use Direction Package Description network.oxalis.api.error network.oxalis.api.model network.oxalis.api.tag network.oxalis.api.timestamp network.oxalis.api.transmission -
-
Uses of Direction in network.oxalis.api.error
Methods in network.oxalis.api.error with parameters of type Direction Modifier and Type Method Description StringErrorTracker. track(Direction direction, Exception e, boolean handled)Method called where errors are gathered. -
Uses of Direction in network.oxalis.api.model
Methods in network.oxalis.api.model that return Direction Modifier and Type Method Description static DirectionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Direction in network.oxalis.api.tag
Methods in network.oxalis.api.tag with parameters of type Direction Modifier and Type Method Description TagTagGenerator. generate(Direction direction)default TagTagGenerator. generate(Direction direction, Tag original) -
Uses of Direction in network.oxalis.api.timestamp
Methods in network.oxalis.api.timestamp with parameters of type Direction Modifier and Type Method Description TimestampTimestampProvider. generate(byte[] content, Direction direction)default TimestampTimestampProvider. generate(byte[] content, Direction direction, io.opentracing.Span span) -
Uses of Direction in network.oxalis.api.transmission
Methods in network.oxalis.api.transmission with parameters of type Direction Modifier and Type Method Description voidTransmissionVerifier. verify(network.oxalis.vefa.peppol.common.model.Header header, Direction direction)
-