public interface IMXMLRemoteObjectMethodNode extends IMXMLInstanceNode
<method>
tag inside a
<RemoteObject>
tag.
The <method>
tag is special in MXML. It doesn't correspond to a
property definition in the RemoteObject
class. Instead, it codegens
an Operation
in the operations
property. Each
<method>
tag codegens one Operation
.
A similar scheme applies to <WebService>
and <operation>
.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
getEffectiveID, getExcludeFrom, getID, getIncludeIn, getItemCreationPolicy, getItemDestructionPolicy, isEqual, resolveID
getClassReference, getEventSpecifierNode, getEventSpecifierNodes, getPropertySpecifierNode, getPropertySpecifierNodes, getSpecifierNodesWithSuffix, isContainer, isDeferredInstantiationUIComponent, isMXMLObject, isVisualElementContainer, needsDescriptor, needsDocumentDescriptor
getClassDefinitionNode, getDocumentNode, getFileNode, getName, isValidForCodeGen
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
String getMethodName()
name
property of a <method>
.Copyright © 2016 The Apache Software Foundation. All rights reserved.