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 Script</b></em>'.
013 * <!-- end-user-doc -->
014 *
015 * <!-- begin-model-doc -->
016 * Named script for injection of customly created object as another object's property. The script shall be a Java method body which returns Object and takes one argument with name config and type FactoryConfig.
017 * <!-- end-model-doc -->
018 *
019 *
020 * @see com.hammurapi.config.ConfigPackage#getNamedScript()
021 * @model
022 * @generated
023 */
024 public interface NamedScript extends Named, Script {
025 } // NamedScript