org.deduced
Interface ContexedCollection

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

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

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


Field Summary
static PropertyCollectionTypeHolder CONTEXED_COLLECTION_TYPE
          Variable used to hold the PropertyCollectionType for : contexed collection
static PropertyInstanceHolder CONTEXT_INSTANCE
          Variable used to hold the PropertyInstance for : context
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 Context getContext()
          Get the value of the instance : context
 Context setContext(Context newValue)
          Set the value of the instance : context
 
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

CONTEXED_COLLECTION_TYPE

static final PropertyCollectionTypeHolder CONTEXED_COLLECTION_TYPE
Variable used to hold the PropertyCollectionType for : contexed collection


CONTEXT_INSTANCE

static final PropertyInstanceHolder CONTEXT_INSTANCE
Variable used to hold the PropertyInstance for : context

Method Detail

getContext

Context getContext()
Get the value of the instance : context

Returns:
context

setContext

Context setContext(Context newValue)
Set the value of the instance : context

Parameters:
newValue - new context
Returns:
context value after the change