ParameterType enum
Common parameter types
- Inheritance
- Available extensions
Values
- alternateRepresentation → const ParameterType
-
ALTREPAlternate text representation UriParameter - commonName → const ParameterType
-
CNcommon name TextParameter - calendarUserType → const ParameterType
-
CUTYPEcalendar user type CalendarUserTypeParameter - delegateFrom → const ParameterType
-
DELEGATED-FROMdelegator UriParameter - delegateTo → const ParameterType
-
DELEGATED-TOdelegatee UriParameter - directory → const ParameterType
-
DIRdirectory UriParameter - encoding → const ParameterType
-
ENCODINGinline encoding TextParameter - formatType → const ParameterType
-
FMTTYPEformat type / media type / mime type, e.g.text/plainorimage/pngTextParameter - freeBusyTimeType → const ParameterType
-
FBTYPEfree busy time type FreeBusyTimeTypeParameter - language → const ParameterType
-
LANGUAGElanguage TextParameter - member → const ParameterType
-
MEMBERgroup or list membership UriListParameter - participantStatus → const ParameterType
-
PARTSTATparticipant status - ParticipantStatusParameter - range → const ParameterType
-
RANGErecurrence identifier range RangeParameter - alarmTriggerRelationship → const ParameterType
-
RELATEDalarm trigger relationship AlarmTriggerRelationshipParameter - relationshipType → const ParameterType
-
RELTYPErelationship type RelationshipParameter - participantRole → const ParameterType
-
ROLEparticipant role ParticipantRoleParameter - rsvp → const ParameterType
-
RSVPrépondez s'il vous plaît - answer is asked for BooleanParameter - sentBy → const ParameterType
-
SENT-BYsent by UriParameter - timezoneId → const ParameterType
-
TZIDreference to time zone object TextParameter - value → const ParameterType
-
VALUEproperty value data type, e.g.BINARYValueParameter - xFilename → const ParameterType
-
X-FILENAMEparameter, used for attachments TextParameter - email → const ParameterType
-
EMAILparameter, 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
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeName → String?
-
Available on ParameterType, provided by the ExtensionParameterType extension
Retrieves the corresponding nameno setter
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.