com.threerings.tudey.config
Class ActionConfig.Case

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ActionConfig.Case
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Enclosing class:
ActionConfig

public static class ActionConfig.Case
extends DeepObject
implements com.threerings.io.Streamable, Exportable

A switch case.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 ActionConfig action
          The case action.
 ConditionConfig condition
          The case condition.
 
Constructor Summary
ActionConfig.Case()
           
 
Method Summary
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

condition

@Editable
public ConditionConfig condition
The case condition.


action

@Editable
public ActionConfig action
The case action.

Constructor Detail

ActionConfig.Case

public ActionConfig.Case()


Copyright © 2011. All Rights Reserved.