Uses of Enum Class
dev.hloth.zgztransport.Direction
-
Uses of Direction in dev.hloth.zgztransport
Methods in dev.hloth.zgztransport that return DirectionModifier and TypeMethodDescriptionJourneySummary.direction()Returns the value of thedirectionrecord component.JourneySummary.Leg.direction()Returns the value of thedirectionrecord component.TransactionKind.Journey.direction()Returns the value of thedirectionrecord component.static DirectionDirection.ofValue(int value) The direction a byte stands for.static DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.hloth.zgztransport that return types with arguments of type DirectionModifier and TypeMethodDescriptionTransaction.direction()The direction of this transaction when it is a journey.Constructors in dev.hloth.zgztransport with parameters of type DirectionModifierConstructorDescriptionChecks that the direction is present.JourneySummary(Optional<JourneySummary.Leg> previous, JourneySummary.LastPaid lastPaidAt, int consecutivePayments, CardType cardType, boolean free, Route route, Direction direction, int transfersLeft) Checks the ranges of the numeric fields and that the others are present.Checks that both fields are present and that the route is one the card can point back to, which is never zero.