com.waveset.expression
Class ExDecoration

java.lang.Object
  extended bycom.waveset.expression.ExDecoration

public abstract class ExDecoration
extends java.lang.Object

An abstract class that can be used to attach arbitrary objects to nodes.


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
ExDecoration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

ExDecoration

public ExDecoration()