StringEntry

case class StringEntry(value: String) extends MetadataEntry with StringEntry

Represents a text metadata entry.

Value parameters:
value

The entry value.

Source:
MetadataEntry.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def getValue(): String

Java API: Get the entry value.

Java API: Get the entry value.

Definition Classes
Source:
MetadataEntry.scala

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product