com.threerings.tudey.config
Class ActionConfig.ExpressionCase

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

public static class ActionConfig.ExpressionCase
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.
 ExpressionConfig value
          The case expression.
 
Constructor Summary
ActionConfig.ExpressionCase()
           
 
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

value

@Editable
public ExpressionConfig value
The case expression.


action

@Editable
public ActionConfig action
The case action.

Constructor Detail

ActionConfig.ExpressionCase

public ActionConfig.ExpressionCase()


Copyright © 2011. All Rights Reserved.