PropertyCollection

Overview

The PropertyCollection is used to hold a set of additional properties in the DataTable instance. Cosider is as an inheritor of a java.util.HashMap with a few additional methods. All constructors are also inherited from HashMap, thus not described here.

Location

 

constructor (Integer)

 

constructor(arg1: Integer)

 

PropertyCollection(Integer arg1)

Parameters:

  • arg1:

constructor (Integer, Single)

 

constructor(arg1: Integer; arg2: Single)

 

PropertyCollection(Integer arg1, Single arg2)

Parameters:

  • arg1:
  • arg2:

constructor (Map<? extends String, ?>)

 

constructor(arg1: Map<? extends String, ?>)

 

PropertyCollection(Map<? extends String, ?> arg1)

Parameters:

  • arg1:

clone

Creates a new PropertyCollection filled with the data from the original one.

 

method clone: PropertyCollection

 

PropertyCollection clone()

getProperty<T>

 

method getProperty<T>(aKey: String; aDefaultValue: T): T

 

T getProperty<T>(String aKey, T aDefaultValue)

Parameters:

  • aKey:
  • aDefaultValue:

Property

 

property Property[key: String]: Object read;

 

Object Property[String key] { __get; }

 

Property

 

property Property[key: String]: Object read;

 

Object Property[String key] { __get; }

 

constructor (Integer)

 

constructor(arg1: Integer)

 

PropertyCollection(Integer arg1)

Parameters:

  • arg1:

constructor (Integer, Single)

 

constructor(arg1: Integer; arg2: Single)

 

PropertyCollection(Integer arg1, Single arg2)

Parameters:

  • arg1:
  • arg2:

constructor (Map<? extends String, ?>)

 

constructor(arg1: Map<? extends String, ?>)

 

PropertyCollection(Map<? extends String, ?> arg1)

Parameters:

  • arg1:

clone

Creates a new PropertyCollection filled with the data from the original one.

 

method clone: PropertyCollection

 

PropertyCollection clone()

getProperty<T>

 

method getProperty<T>(aKey: String; aDefaultValue: T): T

 

T getProperty<T>(String aKey, T aDefaultValue)

Parameters:

  • aKey:
  • aDefaultValue: