org.deduced
Interface Action
- All Superinterfaces:
- java.lang.Cloneable, CompiledModel, DocumentedCollection, EnabledPropertyCollection, NamedPropertyCollection, PropertyCollection<java.lang.Object,java.lang.Object>
- All Known Implementing Classes:
- ActionImplementation
public interface Action
- extends CompiledModel
Interface used to represent the type : action
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 |
ACTION_TYPE
static final PropertyCollectionTypeHolder ACTION_TYPE
- Variable used to hold the PropertyCollectionType for : action
PARAMETER_LIST_INSTANCE
static final PropertyCollectionListInstanceHolder PARAMETER_LIST_INSTANCE
- Variable used to hold the PropertyInstance for : parameter list
OUTPUT_TYPE_INSTANCE
static final PropertyInstanceHolder OUTPUT_TYPE_INSTANCE
- Variable used to hold the PropertyInstance for : output type
getParameterList
OrderedParameterList getParameterList()
- Get the value of the instance : parameter list
- Returns:
- parameter list
setParameterList
OrderedParameterList setParameterList(OrderedParameterList newValue)
- Set the value of the instance : parameter list
- Parameters:
newValue
- new parameter list
- Returns:
- parameter list value after the change
getOutputType
PropertyType getOutputType()
- Get the value of the instance : output type
- Returns:
- output type
setOutputType
PropertyType setOutputType(PropertyType newValue)
- Set the value of the instance : output type
- Parameters:
newValue
- new output type
- Returns:
- output type value after the change