AXValueType enum
Enum of possible property types.
Values
- boolean → const AXValueType
-
const AXValueType('boolean')
- tristate → const AXValueType
-
const AXValueType('tristate')
- booleanOrUndefined → const AXValueType
-
const AXValueType('booleanOrUndefined')
- idref → const AXValueType
-
const AXValueType('idref')
- idrefList → const AXValueType
-
const AXValueType('idrefList')
- integer → const AXValueType
-
const AXValueType('integer')
- node → const AXValueType
-
const AXValueType('node')
- nodeList → const AXValueType
-
const AXValueType('nodeList')
- number → const AXValueType
-
const AXValueType('number')
- string → const AXValueType
-
const AXValueType('string')
- computedString → const AXValueType
-
const AXValueType('computedString')
- token → const AXValueType
-
const AXValueType('token')
- tokenList → const AXValueType
-
const AXValueType('tokenList')
- domRelation → const AXValueType
-
const AXValueType('domRelation')
- role → const AXValueType
-
const AXValueType('role')
- internalRole → const AXValueType
-
const AXValueType('internalRole')
- valueUndefined → const AXValueType
-
const AXValueType('valueUndefined')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AXValueType> - A constant List of the values in this enum, in order of their declaration.