org.alfresco.repo.avm
Interface AVMAspectName


public interface AVMAspectName

Interface to Aspect names on AVM nodes.


Method Summary
 QName getName()
          Get the name of this Aspect.
 AVMNode getNode()
          Get the node that has this Aspect name.
 void setName(QName name)
          Set the name of the Aspect.
 void setNode(AVMNode node)
          Set the node that has the Aspect.
 

Method Detail

setNode

void setNode(AVMNode node)
Set the node that has the Aspect.

Parameters:
node - The node.

getNode

AVMNode getNode()
Get the node that has this Aspect name.

Returns:
The AVM Node.

setName

void setName(QName name)
Set the name of the Aspect.

Parameters:
name - The QName of the Aspect.

getName

QName getName()
Get the name of this Aspect.

Returns:
The QName of this aspect.


Copyright © 2005 - 2008 Alfresco Software, Inc. All Rights Reserved.