Skip to contents

Attribute Class

Format

An R6Class generator object

Public fields

name

character

type

Datatype

filterPipeline

FilterPipeline

cellValNum

integer

nullable

character [optional]

fillValue

list( integer ) [optional]

Methods


Method new()

Usage

Attribute$new(
  name,
  type,
  filterPipeline,
  cellValNum,
  nullable = NULL,
  fillValue = NULL,
  ...
)


Method toJSON()

Usage

Attribute$toJSON()


Method fromJSON()

Usage

Attribute$fromJSON(AttributeJson)


Method toJSONString()

Usage

Attribute$toJSONString()


Method fromJSONString()

Usage

Attribute$fromJSONString(AttributeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

Attribute$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.