org.deduced
Interface PropertyCollectionListInstance

All Superinterfaces:
java.lang.Cloneable, DocumentedCollection, NamedPropertyCollection, PropertyCollection<java.lang.Object,java.lang.Object>, PropertyInstance
All Known Implementing Classes:
PropertyCollectionListInstanceImplementation

public interface PropertyCollectionListInstance
extends PropertyInstance

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


Field Summary
static PropertyInstanceHolder LIST_FIXED_INSTANCE_INSTANCE
          Variable used to hold the PropertyInstance for : list fixed instance
static PropertyCollectionTypeHolder PROPERTY_COLLECTION_LIST_INSTANCE_TYPE
          Variable used to hold the PropertyCollectionType for : property collection list instance
 
Fields inherited from interface org.deduced.PropertyInstance
INITIALIZATION_MODEL_INSTANCE, INSTANCE_TYPE_INSTANCE, IS_REFERENCE_INSTANCE, PROPERTY_INSTANCE_TYPE, VALIDATION_MODEL_INSTANCE
 
Fields inherited from interface org.deduced.NamedPropertyCollection
NAME_INSTANCE, NAMED_PROPERTY_COLLECTION_TYPE
 
Fields inherited from interface org.deduced.DocumentedCollection
DOCUMENTATION_INSTANCE, DOCUMENTED_COLLECTION_TYPE
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 PropertyInstance getListFixedInstance()
          Get the value of the instance : list fixed instance
 PropertyInstance setListFixedInstance(PropertyInstance newValue)
          Set the value of the instance : list fixed instance
 
Methods inherited from interface org.deduced.PropertyInstance
getInitializationModel, getInstanceType, getValidationModel, isReference, setInitializationModel, setInstanceType, setIsReference, setValidationModel
 
Methods inherited from interface org.deduced.NamedPropertyCollection
getName, setName
 
Methods inherited from interface org.deduced.DocumentedCollection
getDocumentation, setDocumentation
 
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

PROPERTY_COLLECTION_LIST_INSTANCE_TYPE

static final PropertyCollectionTypeHolder PROPERTY_COLLECTION_LIST_INSTANCE_TYPE
Variable used to hold the PropertyCollectionType for : property collection list instance


LIST_FIXED_INSTANCE_INSTANCE

static final PropertyInstanceHolder LIST_FIXED_INSTANCE_INSTANCE
Variable used to hold the PropertyInstance for : list fixed instance

Method Detail

getListFixedInstance

PropertyInstance getListFixedInstance()
Get the value of the instance : list fixed instance

Returns:
list fixed instance

setListFixedInstance

PropertyInstance setListFixedInstance(PropertyInstance newValue)
Set the value of the instance : list fixed instance

Parameters:
newValue - new list fixed instance
Returns:
list fixed instance value after the change