org.deduced.task
Interface TaskMonitor

All Superinterfaces:
java.lang.Cloneable, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Implementing Classes:
TaskMonitorImplementation

public interface TaskMonitor
extends PropertyCollection<java.lang.Object,java.lang.Object>

Interface used to represent the type : task monitor Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm


Field Summary
static PropertyCollectionListInstanceHolder TASK_LIST_INSTANCE
          Variable used to hold the PropertyInstance for : task list
static PropertyCollectionTypeHolder TASK_MONITOR_TYPE
          Variable used to hold the PropertyCollectionType for : task monitor
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 PropertyList getTaskList()
          Get the value of the instance : task list
 PropertyList setTaskList(PropertyList newValue)
          Set the value of the instance : task list
 
Methods inherited from interface org.deduced.PropertyCollection
activate, addListener, addProperty, areKeysAssignedAutomatically, asKeySet, asPropertyList, asPropertyMap, asValueList, asValueMap, clear, clone, containsInstance, containsKey, containsValue, delete, getFixedInstance, getProperty, getPropertyValue, id, instanceKey, invokeAction, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setFixedInstance, setParent, setProperty, size, type, valueKey
 

Field Detail

TASK_MONITOR_TYPE

static final PropertyCollectionTypeHolder TASK_MONITOR_TYPE
Variable used to hold the PropertyCollectionType for : task monitor


TASK_LIST_INSTANCE

static final PropertyCollectionListInstanceHolder TASK_LIST_INSTANCE
Variable used to hold the PropertyInstance for : task list

Method Detail

getTaskList

PropertyList getTaskList()
Get the value of the instance : task list

Returns:
task list

setTaskList

PropertyList setTaskList(PropertyList newValue)
Set the value of the instance : task list

Parameters:
newValue - new task list
Returns:
task list value after the change