Value

oxygen.cli.HelpMessage.ValueMessage.Value
final case class Value(name: LongName) extends Base

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Base
trait ValueMessage
trait HelpMessage
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • final
  • override
Inherited
  • Not inherited
  • HelpMessage
  • Product
  • ValueMessage

Value members

Inherited methods

final override def addHints(messages: List[HelpHint]): ValueMessage

Attributes

Definition Classes
Inherited from:
ValueMessage
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
HelpMessage -> Any
Inherited from:
HelpMessage