idType {RDML} | R Documentation |
idType R6 class.
Description
Contains identificator for varius RDML types. Inherits: rdmlBaseType.
Format
An R6Class
generator object.
Initialization
idType$new(id)
@section Fields:
id
checkString. Identificator.
Super class
RDML::rdmlBaseType
-> idType
Methods
Public methods
Inherited methods
Method new()
Usage
idType$new(id)
Method .asXMLnodes()
Usage
idType$.asXMLnodes(node.name)
Method clone()
The objects of this class are cloneable with this method.
Usage
idType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]