blob: 120abafa30e0c9f06c7fbc835066dee23d7d8a67 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.reflection.AccessorDefinition",
"baseClassname": "org.apache.royale.reflection.VariableDefinition"
,
"description": "The description of a Class or Interface accessor (get and/or set)",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.reflection.AccessorDefinition",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": [{ "name": "name", "type": "String"},
{ "name": "isStatic", "type": "Boolean"},
{ "name": "owner", "type": "org.apache.royale.reflection.TypeDefinition"},
{ "name": "rawData", "type": "Object"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "org.apache.royale.reflection.TypeDefinition",
"qname": "declaredBy",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The type that defined this accessor This could be an ancestor class of the method's containing TypeDefinition"},
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "access",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The type of access that this accessor has. One of: 'readonly', 'writeonly', or 'readwrite' Note, these values are all lower case (not camelCase)."},
{ "type": "accessor",
"access": "read-only",
"return": "Function",
"qname": "getValue",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {}},
{ "type": "accessor",
"access": "read-only",
"return": "Function",
"qname": "setValue",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {}},
{ "type": "method",
"qname": "toString",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "A string representation of this accessor definition",
"return": "String",
"params": []}
]
}