ParameterType enum

Common parameter types

Inheritance

Constructors

ParameterType()
const

Values

alternateRepresentation → const ParameterType

ALTREP Alternate text representation UriParameter

commonName → const ParameterType

CN common name TextParameter

calendarUserType → const ParameterType

CUTYPE calendar user type CalendarUserTypeParameter

delegateFrom → const ParameterType

DELEGATED-FROM delegator UriParameter

delegateTo → const ParameterType

DELEGATED-TO delegatee UriParameter

directory → const ParameterType

DIR directory UriParameter

encoding → const ParameterType

ENCODING inline encoding TextParameter

formatType → const ParameterType

FMTTYPE format type / media type / mime type, e.g. text/plain or image/png TextParameter

freeBusyTimeType → const ParameterType

FBTYPE free busy time type FreeBusyTimeTypeParameter

language → const ParameterType

LANGUAGE language TextParameter

member → const ParameterType

MEMBER group or list membership UriListParameter

participantStatus → const ParameterType

PARTSTAT participant status - ParticipantStatusParameter

range → const ParameterType

RANGE recurrence identifier range RangeParameter

alarmTriggerRelationship → const ParameterType

RELATED alarm trigger relationship AlarmTriggerRelationshipParameter

relationshipType → const ParameterType

RELTYPE relationship type RelationshipParameter

participantRole → const ParameterType

ROLE participant role ParticipantRoleParameter

rsvp → const ParameterType

RSVP répondez s'il vous plaît - answer is asked for BooleanParameter

sentBy → const ParameterType

SENT-BY sent by UriParameter

timezoneId → const ParameterType

TZID reference to time zone object TextParameter

value → const ParameterType

VALUE property value data type, e.g. BINARY ValueParameter

xFilename → const ParameterType

X-FILENAME parameter, used for attachments TextParameter

email → const ParameterType

EMAIL parameter, used for attendees TextParameter

other → const ParameterType

Any other parameter type

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

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