Package 

Enum RouteTypes

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum RouteTypes
    extends Enum<RouteTypes>
                        

    Available route directions.

    • Outbound is start->end

    • Inbound is end->start

    • Circular is start->start

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class RouteTypes.Companion
    • Method Summary

      Modifier and Type Method Description
      final Integer getId()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class xyz.teogramm.oasth.base.RouteTypes

        compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait