public interface IPropertiesSupport
IDesignElement object displays properties.| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description of the designed object.
|
String |
getLabel()
Gets the label of a resource.
|
String |
getName()
Gets the name of the designed object.
|
void |
setDescription(String description)
Sets the description of the designed object.
|
void |
setLabel(String label)
Sets the label of the designed object.
|
void |
setName(String name)
Sets the name of the designed object.
|
String getName()
void setName(String name)
name - The value to set.String getLabel()
void setLabel(String label)
label - The value to set.String getDescription()
void setDescription(String description)
description - The value to set.Copyright © 2021 Visiativ Software. All rights reserved.