IntEntry

com.elixirtech.ers2.client.IntEntry
final case class IntEntry(name: String, content: Int) extends Entry

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entry
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getInt: Int

Attributes

Definition Classes
override def getLong: Long

Attributes

Definition Classes
override def getString: String

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product