org.apache.geronimo.kernel.repository
Class ImportType

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

public class ImportType
extends Object
implements Serializable

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()
Overrides:
toString in class Object

readResolve

protected Object readResolve()


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