org.deduced
Interface ManuallyOrderedParameter

All Superinterfaces:
java.lang.Cloneable, ManuallyOrderedType, OrderedParameter, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Implementing Classes:
ManuallyOrderedParameterImplementation

public interface ManuallyOrderedParameter
extends ManuallyOrderedType, OrderedParameter

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


Field Summary
static OrderingPropertyCollectionTypeHolder MANUALLY_ORDERED_PARAMETER_TYPE
          Variable used to hold the PropertyCollectionType for : manually ordered parameter
 
Fields inherited from interface org.deduced.ManuallyOrderedType
INDEX_INSTANCE, MANUALLY_ORDERED_TYPE_TYPE
 
Fields inherited from interface org.deduced.OrderedParameter
ORDERED_PARAMETER_TYPE, PARAMETER_INSTANCE
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 
Methods inherited from interface org.deduced.ManuallyOrderedType
getIndex, setIndex
 
Methods inherited from interface org.deduced.OrderedParameter
getParameter, setParameter
 
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

MANUALLY_ORDERED_PARAMETER_TYPE

static final OrderingPropertyCollectionTypeHolder MANUALLY_ORDERED_PARAMETER_TYPE
Variable used to hold the PropertyCollectionType for : manually ordered parameter