AXValueType enum

Enum of possible property types.

Inheritance

Constructors

AXValueType(String value)
const
AXValueType.fromJson(String value)
factory

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

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
value String
final

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.