public interface Widget
The following features are supported:
TestPackage.getWidget()| Modifier and Type | Method and Description |
|---|---|
Content |
getContent()
Returns the value of the 'Content' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setContent(Content value)
Sets the value of the '
Content' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
Content getContent()
If the meaning of the 'Content' containment reference isn't clear, there really should be more of a description here...
setContent(Content),
TestPackage.getWidget_Content()void setContent(Content value)
Content' containment reference.
value - the new value of the 'Content' containment reference.getContent()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
TestPackage.getWidget_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TestPackage.getWidget_Name()Data In Motion Consulting GmbH