LinkFormatParameter enum

Inheritance

Constructors

LinkFormatParameter(String short, {LinkFormatParameterType parameterType = LinkFormatParameterType.string})
const

Values

resourceType → const LinkFormatParameter

Name of the attribute Resource Type.

const LinkFormatParameter('rt')
interfaceDescription → const LinkFormatParameter

Name of the attribute Interface Description.

const LinkFormatParameter('if')
contentType → const LinkFormatParameter

Name of the attribute Content Type.

const LinkFormatParameter('ct', parameterType: LinkFormatParameterType.uint)
maxSizeEstimate → const LinkFormatParameter

Name of the attribute Max Size Estimate.

const LinkFormatParameter('sz', parameterType: LinkFormatParameterType.uint)
title → const LinkFormatParameter

Name of the attribute Title.

const LinkFormatParameter('title')
observable → const LinkFormatParameter

Name of the attribute Observable.

Specified in RFC 7641, section 6.

const LinkFormatParameter('obs', parameterType: LinkFormatParameterType.bool)
endpointName → const LinkFormatParameter

Name of the attribute Endpoint name.

Specified in RFC 9176, section 9.3.

const LinkFormatParameter('ep')
lifetime → const LinkFormatParameter

Name of the attribute Lifetime.

Specified in RFC 9176, section 9.3.

const LinkFormatParameter('lt', parameterType: LinkFormatParameterType.uint)
sector → const LinkFormatParameter

Name of the attribute Sector.

Specified in RFC 9176, section 9.3.

const LinkFormatParameter('d')
base → const LinkFormatParameter

Name of the attribute Registration Base URI.

Specified in RFC 9176, section 9.3.

const LinkFormatParameter('base')
page → const LinkFormatParameter

Name of the attribute Page.

Specified in RFC 9176, section 9.3.

const LinkFormatParameter('page', parameterType: LinkFormatParameterType.uint)
count → const LinkFormatParameter

Name of the attribute Count.

Specified in RFC 9176, section 9.3.

const LinkFormatParameter('count', parameterType: LinkFormatParameterType.uint)
endpointType → const LinkFormatParameter

Name of the attribute Endpoint Type.

Specified in RFC 9176, section 9.3.

const LinkFormatParameter('et')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isSingle bool
no setter
parameterType LinkFormatParameterType
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
short String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromShort(String short) LinkFormatParameter?

Constants

values → const List<LinkFormatParameter>
A constant List of the values in this enum, in order of their declaration.