org.deduced
Interface ConfiguredCollection

All Superinterfaces:
java.lang.Cloneable, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Subinterfaces:
AbstractTextBuilder, FormattedMultilanguageTextBuilder, MultilanguageTextBuilder
All Known Implementing Classes:
AbstractTextBuilderImplementation, ConfiguredCollectionImplementation, FormattedMultilanguageTextBuilderImplementation, MultilanguageTextBuilderImplementation

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

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


Field Summary
static PropertyInstanceHolder CONFIGURATION_INSTANCE
          Variable used to hold the PropertyInstance for : configuration
static PropertyCollectionTypeHolder CONFIGURED_COLLECTION_TYPE
          Variable used to hold the PropertyCollectionType for : configured collection
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 Configuration getConfiguration()
          Get the value of the instance : configuration
 Configuration setConfiguration(Configuration newValue)
          Set the value of the instance : configuration
 
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

CONFIGURED_COLLECTION_TYPE

static final PropertyCollectionTypeHolder CONFIGURED_COLLECTION_TYPE
Variable used to hold the PropertyCollectionType for : configured collection


CONFIGURATION_INSTANCE

static final PropertyInstanceHolder CONFIGURATION_INSTANCE
Variable used to hold the PropertyInstance for : configuration

Method Detail

getConfiguration

Configuration getConfiguration()
Get the value of the instance : configuration

Returns:
configuration

setConfiguration

Configuration setConfiguration(Configuration newValue)
Set the value of the instance : configuration

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