StringValue

org.plasmalabs.indexer.services.IndexMatchValue.Value.StringValue
final case class StringValue(value: String) extends Value

Attributes

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

Members list

Type members

Types

type ValueType = String

Value members

Concrete methods

override def isStringValue: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def stringValue: Option[String]

Attributes

Definition Classes

Inherited methods

def intValue: Option[Long]

Attributes

Inherited from:
Value
def isDefined: Boolean

Attributes

Inherited from:
Value
def isEmpty: Boolean

Attributes

Inherited from:
Value
def isIntValue: Boolean

Attributes

Inherited from:
Value
def isUintValue: Boolean

Attributes

Inherited from:
Value
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def uintValue: Option[Long]

Attributes

Inherited from:
Value
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof