站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 common API Documentation 英文版文档

DefaultStateMachineModel.Entry (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档


org.jboss.util.state
Class DefaultStateMachineModel.Entry

java.lang.Object
  extended byorg.jboss.util.CloneableObject
      extended byorg.jboss.util.state.DefaultStateMachineModel.Entry
All Implemented Interfaces:
Cloneable, Serializable
Enclosing class:
DefaultStateMachineModel

protected static class DefaultStateMachineModel.Entry
extends CloneableObject
implements Serializable

A container for entiries in the state acceptable map.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.util.CloneableObject
CloneableObject.Cloneable
 
Field Summary
 Set acceptableStates
           
 State state
           
 
Constructor Summary
DefaultStateMachineModel.Entry(State state, Set acceptableStates)
           
 
Method Summary
 Object clone()
          Clone the object via Object.clone().
 boolean equals(Object obj)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

state

public State state

acceptableStates

public Set acceptableStates
Constructor Detail

DefaultStateMachineModel.Entry

public DefaultStateMachineModel.Entry(State state,
                                      Set acceptableStates)
Method Detail

equals

public boolean equals(Object obj)

toString

public String toString()

clone

public Object clone()
Description copied from class: CloneableObject
Clone the object via Object.clone(). This will return and object of the correct type, with all fields shallowly cloned.

Overrides:
clone in class CloneableObject


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.