org.deegree.commons.tom.array
Class TypedObjectNodeArray<T extends TypedObjectNode>

java.lang.Object
  extended by org.deegree.commons.tom.array.TypedObjectNodeArray<T>
Type Parameters:
T - type of the contained TypedObjectNodes
All Implemented Interfaces:
TypedObjectNode

public class TypedObjectNodeArray<T extends TypedObjectNode>
extends Object
implements TypedObjectNode

Represents an array of TypedObjectNode instances, e.g. the value of a "gml:featureMembers" element of a GML feature collection.

Version:
$Revision: 30119 $, $Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
Author:
Markus Schneider, last edited by: $Author: aschmitz $

Constructor Summary
TypedObjectNodeArray(T[] elements)
           
 
Method Summary
 T[] getElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedObjectNodeArray

public TypedObjectNodeArray(T[] elements)
Parameters:
elements -
Method Detail

getElements

public T[] getElements()
Returns:
the elements, never null


Copyright © 2011. All Rights Reserved.