Inherits: rdmlBaseType.

Format

An R6Class generator object.

Initialization

xRefType$new(name = NULL, id = NULL)

@section Fields:

name

checkString. Reference to an external database,

for example "GenBank".
id

checkString. The ID of the entry within the external database, for example "AJ832138".

Super class

RDML::rdmlBaseType -> xRefType

Methods

Public methods

Inherited methods

Method new()

Usage

xRefType$new(name = NULL, id = NULL)


Method clone()

The objects of this class are cloneable with this method.

Usage

xRefType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.