AXValueType

Enum of possible property types.

Entries

Link copied to clipboard
@SerialName(value = "boolean")
BOOLEAN
Link copied to clipboard
@SerialName(value = "tristate")
TRISTATE
Link copied to clipboard
@SerialName(value = "booleanOrUndefined")
BOOLEANORUNDEFINED
Link copied to clipboard
@SerialName(value = "idref")
IDREF
Link copied to clipboard
@SerialName(value = "idrefList")
IDREFLIST
Link copied to clipboard
@SerialName(value = "integer")
INTEGER
Link copied to clipboard
@SerialName(value = "node")
NODE
Link copied to clipboard
@SerialName(value = "nodeList")
NODELIST
Link copied to clipboard
@SerialName(value = "number")
NUMBER
Link copied to clipboard
@SerialName(value = "string")
STRING
Link copied to clipboard
@SerialName(value = "computedString")
COMPUTEDSTRING
Link copied to clipboard
@SerialName(value = "token")
TOKEN
Link copied to clipboard
@SerialName(value = "tokenList")
TOKENLIST
Link copied to clipboard
@SerialName(value = "domRelation")
DOMRELATION
Link copied to clipboard
@SerialName(value = "role")
ROLE
Link copied to clipboard
@SerialName(value = "internalRole")
INTERNALROLE
Link copied to clipboard
@SerialName(value = "valueUndefined")
VALUEUNDEFINED

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.