org.sape.carbon.core.config.node.link
Interface GenericLinkNodeConfiguration
- All Superinterfaces:
- Configuration, LinkNodeConfiguration
- public interface GenericLinkNodeConfiguration
- extends LinkNodeConfiguration
Configuration interface for configuring links that point to other
Nodes. This interface is used by
GenericLinkNodeFactorys to create links within the
configuration hierarchy. These links are not specific to a backing
data store.
Copyright 2002 Sapient
- Since:
- carbon 1.0
- Version:
- $Revision: 1.3 $($Author: dvoet $ / $Date: 2003/05/05 21:21:19 $)
- Author:
- Douglas Voet, April 2002
- See Also:
GenericLinkNodeFactory
getTargetNodeName
public String getTargetNodeName()
- Gets the name (absolute or relative) of the target
Node
of the link.
- Returns:
- String the name of the target of the link
setTargetNodeName
public void setTargetNodeName(String name)
- Sets the name of the target
Node
of the link.
- Parameters:
name - the name of the target of the link
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.