Enumeration

data class Enumeration(val value: String, val annotation: Annotation? = null)(source)

Constructors

Link copied to clipboard
constructor(value: String, annotation: Annotation? = null)

Properties

Link copied to clipboard
@XmlSerialName(value = "annotation", namespace = "http://www.w3.org/2001/XMLSchema")
val annotation: Annotation?
Link copied to clipboard