org.xins.common.manageable
Class Manageable.State

java.lang.Object
  extended byorg.xins.common.manageable.Manageable.State
Enclosing class:
Manageable

public static final class Manageable.State
extends Object

State of a Manageable object.

Since:
XINS 1.0.0
Version:
$Revision: 1.34 $ $Date: 2008/07/04 10:22:41 $
Author:
Ernst de Haan

Method Summary
 String getName()
          Returns the name of this state.
 String toString()
          Returns a textual representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the name of this state.

Returns:
the name of this state, cannot be null.

toString

public String toString()
Returns a textual representation of this object.

Returns:
the name of this state, never null.


See http://www.xins.org/.