Interface IDesignTreatmentTask
- All Superinterfaces:
- ICompilationSupport,- IDesignElement,- InputConnectionPoint,- IPropertiesSupport,- IProtocolSupport,- IWidget,- IWritable,- IXmlSerializable,- OutputConnectionPoint,- Serializable
- All Known Subinterfaces:
- IDesignConnectorTreatmentTask,- IDesignFieldTreatmentTask,- IDesignRoleTreatmentTask,- IDesignScriptTreatmentTask,- IDesignStateTreatmentTask
public interface IDesignTreatmentTask
extends IDesignElement, InputConnectionPoint, OutputConnectionPoint, ICompilationSupport, IPropertiesSupport
Interface to describe a treatment task within a diagram.
- Since:
- 2.0, 9/11/2010
- Version:
- 1.0
- Author:
- vlygeros
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecific event types.
- 
Method SummaryModifier and TypeMethodDescriptionGets the comment of the treatment task.Gets the parent group.intgetType()Gets the type of the treatment task.voidsetComment(String comment) Sets the comment of the treatment task.Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ICompilationSupportbeforeCompile, beforeMerge, compile, generateName, mergeMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignElementallowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.InputConnectionPointdisconnectInputs, getInputsMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupportgetDescription, getLabel, getName, setDescription, setLabel, setNameMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidgetaddActionListener, addChangeListener, afterInit, getCtrlTemplate, getCtrlTemplateWriter, getParam, getParentBlock, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysname, hasActionListeners, hasChangeListeners, isHidden, refresh, refreshWidgets, removeActionListener, removeActionListeners, removeChangeListener, removeChangeListeners, render, renderMobile, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializableload, saveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.OutputConnectionPointconnect, disconnect, disconnectOutputs, getOutputs, getOutputTasks, isConnected
- 
Method Details- 
setCommentSets the comment of the treatment task.- Parameters:
- comment- The comment to set
 
- 
getCommentString getComment()Gets the comment of the treatment task.- Returns:
- A java.lang.String value.
 
- 
getTypeint getType()Gets the type of the treatment task.- Returns:
- An int value.
 
- 
getDesignTreatmentGroupTaskIDesignTreatmentGroupTask getDesignTreatmentGroupTask()Gets the parent group.- Returns:
- IDesignTreatmentGroupTask
 
 
-