View Javadoc

1    /****************************************************************************
2    * Copyright (c) 2005, 2006, 2007, 2008, 2009 Imola Informatica.
3    * All rights reserved. This program and the accompanying materials
4    * are made available under the terms of the LGPL License v2.1
5    * which accompanies this distribution, and is available at
6    * http://www.gnu.org/licenses/lgpl.html
7    ****************************************************************************/
8   package it.imolinfo.jbi4corba.webservice.generator;
9   
10  /**
11   *  
12   * @author lacquaviva
13   */
14  public interface SearchedType {
15  
16      
17       public String getTypeName();
18       
19       public void setTypeName(String typeName);
20           
21           
22       
23  }