org.deegree.gml.dictionary
Interface Dictionary

All Superinterfaces:
Collection<Definition>, Definition, GMLObject, Iterable<Definition>, List<Definition>, Object, TypedObjectNode
All Known Implementing Classes:
GenericDictionary

public interface Dictionary
extends Definition, List<Definition>

Definition that is a collection of Definition instances.

Version:
$Revision: 21659 $, $Date: 2009-12-23 14:29:54 +0100 (Wed, 23 Dec 2009) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 boolean isDefinitionCollection()
          Returns whether the Dictionary represents a generic GML dictionary or a GML definition collection.
 
Methods inherited from interface org.deegree.gml.dictionary.Definition
getDescription, getNames
 
Methods inherited from interface org.deegree.commons.tom.gml.GMLObject
getGMLProperties
 
Methods inherited from interface org.deegree.commons.tom.Object
getId
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

isDefinitionCollection

boolean isDefinitionCollection()
Returns whether the Dictionary represents a generic GML dictionary or a GML definition collection.

Returns:
true, if this is a defininition collection, false otherwise


Copyright © 2011. All Rights Reserved.