gumbo.util.route
Class CollectionField

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.util.route.EventNode
              |
              +--gumbo.util.route.EventDataNode
                    |
                    +--gumbo.util.route.AbstractObjectField
                          |
                          +--gumbo.util.route.CollectionField
All Implemented Interfaces:
Disposable, EventNodeMarker
Direct Known Subclasses:
CollectionField.EventIn, CollectionField.EventInOut, CollectionField.EventOut

public class CollectionField
extends AbstractObjectField

An object field whose default data type is Object.

Version:
$Revision: 1.2 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Nested Class Summary
static class CollectionField.EventIn
           
static class CollectionField.EventInOut
           
static class CollectionField.EventOut
           
 
Nested classes inherited from class gumbo.util.route.AbstractObjectField
AbstractObjectField.EventIn, AbstractObjectField.EventOut
 
Constructor Summary
CollectionField()
           
CollectionField(java.util.Collection init)
           
 
Method Summary
 java.util.Collection get()
          Gets this field's data value.
 
Methods inherited from class gumbo.util.route.AbstractObjectField
checkSender, checkValue, getDataType, getDataValue, getObject, implSend, implSet, set
 
Methods inherited from class gumbo.util.route.EventDataNode
checkRouter, enableDebug, getReceivers, getRelayType, getSenders, implDispose, implSend, implSysProcess, isReceiver, isSender, process, setDebug, setDebug, setRelayType, sync
 
Methods inherited from class gumbo.util.route.EventNode
isLocked
 
Methods inherited from class gumbo.util.AbstractDisposable
dispose, isDisposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionField

public CollectionField()

CollectionField

public CollectionField(java.util.Collection init)
Method Detail

get

public final java.util.Collection get()
Gets this field's data value.