ISOObligation
ISOObligation
ISOObligation class
R6Class
object.
Object of R6Class
for modelling an ISO Obligation
#possible values values <- ISOObligation$values(labels = TRUE) #mandatory value mandatory <- ISOObligation$new(value = "mandatory")
ISO 19115:2003 - Geographic information -- Metadata
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOCodeListValue
-> ISOObligation
new()
Initializes object
ISOObligation$new(xml = NULL, value, description = NULL)
xml
: object of class XMLInternalNode-class
value
: value
description
: description
clone()
The objects of this class are cloneable with this method.
ISOObligation$clone(deep = FALSE)
deep
: Whether to make a deep clone.