ISOTypeName function

ISOTypeName

ISOTypeName

ISOTypeName

ISOTypeName class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISOTypeName

Examples

typeName <- ISOTypeName$new(aName = "name") xml <- typeName$encode()

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOTypeName

Public fields

  • aName: aName: character

Methods

Public methods

Method new()

Initializes object

Usage

ISOTypeName$new(xml = NULL, aName = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

  • aName: name

Method setName()

Set name

Usage

ISOTypeName$setName(aName, locales = NULL)

Arguments

  • aName: name

  • locales: list of localized names. Default is NULL

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOTypeName$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29