org.simantics.databoard.accessor.event
Class UnionValueAssigned

java.lang.Object
  extended by org.simantics.databoard.accessor.event.Event
      extended by org.simantics.databoard.accessor.event.ModificationEvent
          extended by org.simantics.databoard.accessor.event.UnionValueAssigned

public class UnionValueAssigned
extends ModificationEvent


Field Summary
 MutableVariant newValue
           
 int tag
           
 
Fields inherited from class org.simantics.databoard.accessor.event.Event
reference
 
Constructor Summary
UnionValueAssigned(AccessorReference reference, int tag, MutableVariant newValue)
           
UnionValueAssigned(int tag, MutableVariant newValue)
           
 
Method Summary
 UnionValueAssigned clone(AccessorReference newReference)
          Create a clone with new reference
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

public int tag

newValue

public MutableVariant newValue
Constructor Detail

UnionValueAssigned

public UnionValueAssigned(AccessorReference reference,
                          int tag,
                          MutableVariant newValue)

UnionValueAssigned

public UnionValueAssigned(int tag,
                          MutableVariant newValue)
Method Detail

clone

public UnionValueAssigned clone(AccessorReference newReference)
Description copied from class: Event
Create a clone with new reference

Specified by:
clone in class Event
Returns:
clone with a new reference

toString

public java.lang.String toString()
Overrides:
toString in class Event