FacetAttribute

An attribute that is associated with the Facet.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.

Link copied to clipboard

An attribute reference that is associated with the attribute. See Attribute References for more information.

Link copied to clipboard

The name of the facet attribute.

Link copied to clipboard

The required behavior of the FacetAttribute.

Functions

Link copied to clipboard
inline fun copy(block: FacetAttribute.Builder.() -> Unit = {}): FacetAttribute
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String