com.threerings.tudey.config
Class WallConfig.Derived

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.WallConfig.Implementation
          extended by com.threerings.tudey.config.WallConfig.Derived
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
WallConfig

public static class WallConfig.Derived
extends WallConfig.Implementation

A derived implementation.


Field Summary
 ConfigReference<WallConfig> wall
          The wall reference.
 
Constructor Summary
WallConfig.Derived()
           
 
Method Summary
 WallConfig.Original getOriginal(ConfigManager cfgmgr)
          Returns a reference to the config's underlying original implementation.
 void getUpdateReferences(ConfigReferenceSet refs)
          Adds the implementation's update references to the provided set.
 
Methods inherited from class com.threerings.tudey.config.WallConfig.Implementation
invalidate
 
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

wall

@Editable(nullable=true)
public ConfigReference<WallConfig> wall
The wall reference.

Constructor Detail

WallConfig.Derived

public WallConfig.Derived()
Method Detail

getUpdateReferences

public void getUpdateReferences(ConfigReferenceSet refs)
Description copied from class: WallConfig.Implementation
Adds the implementation's update references to the provided set.

Overrides:
getUpdateReferences in class WallConfig.Implementation

getOriginal

public WallConfig.Original getOriginal(ConfigManager cfgmgr)
Description copied from class: WallConfig.Implementation
Returns a reference to the config's underlying original implementation.

Specified by:
getOriginal in class WallConfig.Implementation


Copyright © 2011. All Rights Reserved.