enumType {RDML} | R 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.
[Package RDML version 1.1 Index]