RecordParameter

case class RecordParameter(index: Int, name: String, surface: Surface, isRequired: Boolean, isSecret: Boolean, defaultValue: Option[Any]) extends Parameter
trait Product
trait Equals
trait Parameter
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def get(x: Any): Any

Get this parameter value from a given object x

Get this parameter value from a given object x

Definition Classes
override def getDefaultValue: Option[Any]

Get the default value of this parameter. For example the default value of x in class A(x:Int = 10) is 10

Get the default value of this parameter. For example the default value of x in class A(x:Int = 10) is 10

Definition Classes

Inherited methods

override def call(obj: Any, x: Any*): Any
Definition Classes
Inherited from:
Parameter
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product