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 Summary
Modifier and TypeMethodDescriptionGets the description of the designed object.getLabel()
Gets the label of a resource.getName()
Gets the name of the designed object.void
setDescription
(String description) Sets the description of the designed object.void
Sets the label of the designed object.void
Sets the name of the designed object.
-
Method Details
-
getName
String getName()Gets the name of the designed object.- Returns:
- A java.lang.String object.
-
setName
Sets the name of the designed object.- Parameters:
name
- The value to set.
-
getLabel
String getLabel()Gets the label of a resource.- Returns:
- A java.lang.String object.
-
setLabel
Sets the label of the designed object.- Parameters:
label
- The value to set.
-
getDescription
String getDescription()Gets the description of the designed object.- Returns:
- A java.lang.String object.
-
setDescription
Sets the description of the designed object.- Parameters:
description
- The value to set.
-