Class SynergyRole


  • public class SynergyRole
    extends java.lang.Object
    This class contains the different Synergy roles available.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SynergyRole​(java.lang.String value)  
    • Method Summary

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

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

      • value

        private java.lang.String value
    • Constructor Detail

      • SynergyRole

        private SynergyRole​(java.lang.String value)
    • Method Detail

      • toString

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