jhomenet.hw.device
Class State

java.lang.Object
  extended by jhomenet.hw.device.State
Direct Known Subclasses:
NullState, OffState, OnState

public abstract class State
extends java.lang.Object

ID: $Id: State.java,v 1.5 2005/10/22 03:11:20 dhirwinjr Exp $ Description: Default abstract state class.

Author:
Dave Irwin

Field Summary
protected  java.lang.String type
          The display name of the state.
 
Constructor Summary
State()
          Constructor.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected java.lang.String type
The display name of the state.

Constructor Detail

State

public State()
Constructor.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2004-2005 David Irwin. All Rights Reserved.