Packages

case class AuthorInfo(loc: Location, name: LiteralString, email: LiteralString, organization: Option[LiteralString] = None, title: Option[LiteralString] = None, url: Option[java.net.URL] = None, description: Option[Description] = None) extends DescribedValue with Product with Serializable

A RiddlValue that holds the author's information

loc

The location of the author information

name

The full name of the author

email

The author's email address

organization

The name of the organization the author is associated with

title

The author's title within the organization

url

A URL associated with the author

Linear Supertypes
Serializable, Product, Equals, DescribedValue, RiddlValue, RiddlNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthorInfo
  2. Serializable
  3. Product
  4. Equals
  5. DescribedValue
  6. RiddlValue
  7. RiddlNode
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AuthorInfo(loc: Location, name: LiteralString, email: LiteralString, organization: Option[LiteralString] = None, title: Option[LiteralString] = None, url: Option[java.net.URL] = None, description: Option[Description] = None)

    loc

    The location of the author information

    name

    The full name of the author

    email

    The author's email address

    organization

    The name of the organization the author is associated with

    title

    The author's title within the organization

    url

    A URL associated with the author

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. val description: Option[Description]
    Definition Classes
    AuthorInfoDescribedValue
  7. val email: LiteralString
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def format: String
    Definition Classes
    RiddlNode
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def isContainer: Boolean
    Definition Classes
    RiddlValue
  12. def isEmpty: Boolean
    Definition Classes
    AuthorInfoRiddlNode
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val loc: Location
    Definition Classes
    AuthorInfoRiddlValue
  15. val name: LiteralString
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def nonEmpty: Boolean
    Definition Classes
    RiddlNode
    Annotations
    @deprecatedOverriding()
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. val organization: Option[LiteralString]
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. val title: Option[LiteralString]
  24. val url: Option[java.net.URL]
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DescribedValue

Inherited from RiddlValue

Inherited from RiddlNode

Inherited from AnyRef

Inherited from Any

Ungrouped