enumType: enumType R6 class.

enumTypeR Documentation

enumType R6 class.

Description

Generic class for creating objects thet can take limited list of values.
Inherits: rdmlBaseType.

Format

An R6Class generator object.

Initialization

enumType$new(value)

@section Fields:

value

checkString. Value.

Super class

RDML::rdmlBaseType -> enumType

Methods

Public methods

Inherited methods

Method new()

Usage
enumType$new(value)

Method print()

Usage
enumType$print(...)

Method .asXMLnodes()

Usage
enumType$.asXMLnodes(node.name)

Method clone()

The objects of this class are cloneable with this method.

Usage
enumType$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


kablag/RDML documentation built on Oct. 20, 2022, 5:47 a.m.