public interface IMXMLVectorNode extends IMXMLInstanceNode
<Vector>
tag.UNKNOWN
Modifier and Type | Method and Description |
---|---|
boolean |
getFixed()
Gets the value specified for the
fixed property of the
Vector, as specified by the optional fixed attribute. |
ITypeDefinition |
getType()
Gets the type of the Vector's elements, as specified by the
type attribute. |
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
ITypeDefinition getType()
type
attribute.ITypeDefinition
object representing a class or
interface definition.boolean getFixed()
fixed
property of the
Vector, as specified by the optional fixed
attribute.true
if the Vector is to have fixed length and
false
otherwise.Copyright © 2016 The Apache Software Foundation. All rights reserved.