flux.runtimedatamap
Interface AbstractRuntimeDataMap

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
AbstractRuntimeDataMapSource, AbstractRuntimeDataMapTarget, ActionPropertyTarget, FlowChartSource, FlowChartTarget, FlowContextSource, FlowContextTarget, RuntimeConfigurationSource

public interface AbstractRuntimeDataMap
extends java.io.Serializable

Abstract interface that represents job data that is generated or acquired at runtime.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.String getName()
          Returns the name of this runtime data mapping.
 void setName(java.lang.String name)
          Sets the name of this runtime data mapping.
 

Method Detail

getName

java.lang.String getName()
Returns the name of this runtime data mapping.

Returns:
The name of this runtime data mapping.

setName

void setName(java.lang.String name)
Sets the name of this runtime data mapping.

Parameters:
name - The name of this runtime data mapping.


© 2014 Flux Corporation. All rights reserved.