com.bea.ld.metadata
Interface EntityNode

All Superinterfaces:
Node, java.io.Serializable
All Known Subinterfaces:
EntityDS, Function, FunctionCollection, Schema, WebService, WebServicePolicy, XDS

public interface EntityNode
extends Node

An entity node is a metadata node that may establish dependency relations with other metadata (entity) nodes. Such nodes are:


Method Summary
 java.lang.String getBody()
           
 NodeRef getNodeReference()
           
 
Methods inherited from interface com.bea.ld.metadata.Node
getId
 

Method Detail

getNodeReference

NodeRef getNodeReference()
Returns:
the reference for this entity node.

getBody

java.lang.String getBody()
Returns:
The EntityNode contents.
Throws:
java.lang.UnsupportedOperationException - If called on a Function instance.


Copyright © 2007 BEA Systems Inc. All Rights Reserved.