org.apache.geronimo.kernel.repository
Class ImportType

java.lang.Object
  extended byorg.apache.geronimo.kernel.repository.ImportType
All Implemented Interfaces:
Serializable

public class ImportType
extends Object
implements Serializable

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $
See Also:
Serialized Form

Field Summary
static ImportType ALL
           
static ImportType CLASSES
           
static ImportType SERVICES
           
 
Method Summary
static Object getByName(String name)
           
 String getName()
           
protected  Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final ImportType ALL

CLASSES

public static final ImportType CLASSES

SERVICES

public static final ImportType SERVICES
Method Detail

getByName

public static Object getByName(String name)

getName

public String getName()

toString

public String toString()

readResolve

protected Object readResolve()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.