ColumnDefinitions

class ColumnDefinitions(propertyNames: Iterable[String])
class Object
trait Matchable
class Any

Value members

Concrete methods

def columnDefByPropertyName(name: String): Option[ColumnDef]
def propertiesWithTypes: Seq[String]

for header file

for header file

def propertyValues(byNameAccessor: String => Option[_]): Seq[String]

for data file updates our internal _columnDefByPropertyName model with type information based on runtime values, so that we later have all metadata required for the header file

for data file updates our internal _columnDefByPropertyName model with type information based on runtime values, so that we later have all metadata required for the header file

def updateWith(propertyName: String, value: Any): ColumnDef