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
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 |
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
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