Class CollectionNode

java.lang.Object
introspector.model.AbstractNode
introspector.model.CollectionNode
All Implemented Interfaces:
Node, Serializable

public class CollectionNode extends AbstractNode implements Node
CollectionNode provides a Node implementation to represent any value whose type is a java.util.Collection.
See Also: