org.codehaus.spice.extension
Class Compatability

java.lang.Object
  |
  +--org.codehaus.spice.extension.Compatability

public final class Compatability
extends Object

Enum used in Extension to indicate the compatability of one extension to another. See Extension for instances of object.

Version:
$Revision: 1.1 $ $Date: 2003/12/02 07:56:59 $
Author:
Peter Donald
See Also:
Extension

Method Summary
 String getName()
          Return name of compatability level.
 String toString()
          Return name of compatability level.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Return name of compatability level.

Returns:
the name of compatability level

toString

public String toString()
Return name of compatability level.

Overrides:
toString in class Object
Returns:
the name of compatability level


Copyright © 2000-2003 Codehaus. All Rights Reserved.