All Superinterfaces:
Collection<T>, GomElement, Iterable<T>, List<T>, Serializable
All Known Subinterfaces:
GomEditorProvider, GomLangInfos
All Known Implementing Classes:
AbstractGomList, DefaultGomLangInfos

public interface GomList<T extends GomElement> extends GomElement, List<T>
Definition of a GOM list-element interface. $Date$
Since:
4.0
Version:
$Revision$
  • Method Details

    • getGomElementMappings

      Map<String,Class<? extends GomElement>> getGomElementMappings()
      Get a list of mappings from tag name to class supported by this list.
      Convention:
      The mapping shall only be created on demand and not change at runtime.
      Returns:
      The list of child tags.
      Since:
      4.0