001 /**
002 * <copyright>
003 * </copyright>
004 *
005 * $Id$
006 */
007 package com.hammurapi.config;
008
009
010 /**
011 * <!-- begin-user-doc -->
012 * A representation of the model object '<em><b>Named Collection</b></em>'.
013 * <!-- end-user-doc -->
014 *
015 * <!-- begin-model-doc -->
016 * Collection of elements with a name. Configuration runtime can convert collections to arrays, if needed, to match parameter type of setter methods or constructors.
017 * <!-- end-model-doc -->
018 *
019 *
020 * @see com.hammurapi.config.ConfigPackage#getNamedCollection()
021 * @model
022 * @generated
023 */
024 public interface NamedCollection extends Named, Collection {
025 } // NamedCollection