ArrayData

csw.params.core.models.ArrayData
See theArrayData companion object
case class ArrayData[T](data: ArraySeq[T])

A top level key for a parameter set representing an array like collection.

Value parameters

data

input array

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def jValues: List[T]

A Java helper that returns an Array of values this parameter holds

A Java helper that returns an Array of values this parameter holds

Attributes

override def toString: String

A comma separated string representation of all values this ArrayData holds

A comma separated string representation of all values this ArrayData holds

Attributes

Definition Classes
Any
def values: Array[T]

An Array of values this parameter holds

An Array of values this parameter holds

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product