ListComponentTypesFilter

An object that filters items in a list of component types.

Only one object is accepted as a valid input.

Inheritors

Types

Link copied to clipboard

The component type that the component types in the list extend.

Link copied to clipboard

A Boolean value that specifies whether the component types in the list are abstract.

Link copied to clipboard
data class Namespace(val value: String) : ListComponentTypesFilter

The namespace to which the component types in the list belong.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ListComponentTypesFilter as a ExtendsFrom and retrieves its kotlin.String value. Throws an exception if the ListComponentTypesFilter is not a ExtendsFrom.

Link copied to clipboard

Casts this ListComponentTypesFilter as a ExtendsFrom and retrieves its kotlin.String value. Returns null if the ListComponentTypesFilter is not a ExtendsFrom.

Link copied to clipboard

Casts this ListComponentTypesFilter as a IsAbstract and retrieves its kotlin.Boolean value. Throws an exception if the ListComponentTypesFilter is not a IsAbstract.

Link copied to clipboard

Casts this ListComponentTypesFilter as a IsAbstract and retrieves its kotlin.Boolean value. Returns null if the ListComponentTypesFilter is not a IsAbstract.

Link copied to clipboard

Casts this ListComponentTypesFilter as a Namespace and retrieves its kotlin.String value. Throws an exception if the ListComponentTypesFilter is not a Namespace.

Link copied to clipboard

Casts this ListComponentTypesFilter as a Namespace and retrieves its kotlin.String value. Returns null if the ListComponentTypesFilter is not a Namespace.