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 Type
    Method
    Description
    Gets the description of the designed object.
    Gets the label of a resource.
    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

      void setName(String name)
      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

      void setLabel(String label)
      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

      void setDescription(String description)
      Sets the description of the designed object.
      Parameters:
      description - The value to set.