Skip to contents

ArrayMetadataEntry Class

Format

An R6Class generator object

Public fields

key

character [optional]

type

character [optional]

valueNum

integer [optional]

value

list( integer ) [optional]

del

character [optional]

Methods


Method new()

Usage

ArrayMetadataEntry$new(
  key = NULL,
  type = NULL,
  valueNum = NULL,
  value = NULL,
  del = NULL,
  ...
)


Method toJSON()

Usage

ArrayMetadataEntry$toJSON()


Method fromJSON()

Usage

ArrayMetadataEntry$fromJSON(ArrayMetadataEntryJson)


Method toJSONString()

Usage

ArrayMetadataEntry$toJSONString()


Method fromJSONString()

Usage

ArrayMetadataEntry$fromJSONString(ArrayMetadataEntryJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayMetadataEntry$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.