Class RelSide


  • public final class RelSide
    extends java.lang.Object
    Enum class for relative sides.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RelSide​(java.lang.String name)
      Constructor to add a new named item.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • BEFORE

        public static final RelSide BEFORE
        the before side
      • AFTER

        public static final RelSide AFTER
        the after side
      • START

        public static final RelSide START
        the start side
      • END

        public static final RelSide END
        the end side
      • name

        private java.lang.String name
    • Constructor Detail

      • RelSide

        private RelSide​(java.lang.String name)
        Constructor to add a new named item.
        Parameters:
        name - Name of the item.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name of the enum
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object