Class StateName

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product, scala.Serializable

    public class StateName
    extends java.lang.Object
    implements scala.Product, scala.Serializable
    A wrapper class representing the name of a state

    param: name represents the name of the state for CurrentState or DemandState

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StateName​(java.lang.String name)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static play.api.libs.json.OFormat<StateName> format()  
      java.lang.String name()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productIterator, productPrefix
    • Constructor Detail

      • StateName

        public StateName​(java.lang.String name)
    • Method Detail

      • format

        public static play.api.libs.json.OFormat<StateName> format()
      • name

        public java.lang.String name()