blob: 4f2cb45bbf26e68e939052ed689fcfb57370a4b1 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.reflection.MetaDataDefinition",
"baseClassname": "org.apache.royale.reflection.DefinitionBase"
,
"description": "The description of a MetaData tag attached to a class member or a class",
"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.MetaDataDefinition",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": [{ "name": "name", "type": "String"},
{ "name": "rawData", "type": "Object"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "Array",
"qname": "args",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The argument pairs (if any) associated with a Metadata tag in [Event(name="boom")] the args array would be of length 1 the array contains MetaDataArgDefinitions"},
{ "type": "method",
"qname": "getArgsByKey",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "convenience method for retrieving a set of args with a specific key Most often this would be of length 1, but it is possible for there to be multiple MetaDataArgDefinitions with the same key",
"tags": [
{ "tagName": "param",
"values": ["key the key to search for"]},
{ "tagName": "return",
"values": ["an array of MetaDataArgDefinitions with the matching key."]} ],
"return": "Array",
"params": [{ "name": "key", "type": "String"}]}
,
{ "type": "method",
"qname": "toString",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Used primarily for debugging purposes, this provides a string representation of this MetaDataDefinition",
"tags": [
{ "tagName": "return",
"values": ["a String representation of this MetaDataDefinition"]} ],
"return": "String",
"params": []}
]
}