Interface IPropertiesSupport
- All Known Subinterfaces:
- IBaseDesignManualTask,- IDesignAbortTask,- IDesignAction,- IDesignAndJoin,- IDesignAnnotation,- IDesignApplicationManualTask,- IDesignBlock,- IDesignCellBlock,- IDesignComponent,- IDesignConnectorTreatmentTask,- IDesignContentComponent,- IDesignEmbeddedWorkflowTask,- IDesignEndTask,- IDesignField,- IDesignFieldLabel,- IDesignFieldTreatmentTask,- IDesignForm,- IDesignFormBlock,- IDesignLineBlock,- IDesignManualTask,- IDesignParallel,- IDesignProperty,- IDesignRoleTreatmentTask,- IDesignScriptTreatmentTask,- IDesignSectionBlock,- IDesignStartTask,- IDesignStateTreatmentTask,- IDesignTableBlock,- IDesignTask,- IDesignTest,- IDesignTreatmentGroupTask,- IDesignTreatmentTask,- IDesignWorkflow
public interface IPropertiesSupport
Interface to specify a 
IDesignElement object displays properties.- Since:
- 2.0, 24/11/2010
- Version:
- 1.0
- Author:
- vlygeros
- 
Method SummaryModifier and TypeMethodDescriptionGets the description of the designed object.getLabel()Gets the label of a resource.getName()Gets the name of the designed object.voidsetDescription(String description) Sets the description of the designed object.voidSets the label of the designed object.voidSets the name of the designed object.
- 
Method Details- 
getNameString getName()Gets the name of the designed object.- Returns:
- A java.lang.String object.
 
- 
setNameSets the name of the designed object.- Parameters:
- name- The value to set.
 
- 
getLabelString getLabel()Gets the label of a resource.- Returns:
- A java.lang.String object.
 
- 
setLabelSets the label of the designed object.- Parameters:
- label- The value to set.
 
- 
getDescriptionString getDescription()Gets the description of the designed object.- Returns:
- A java.lang.String object.
 
- 
setDescriptionSets the description of the designed object.- Parameters:
- description- The value to set.
 
 
-