public interface Image extends ViewElement
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaption() |
java.lang.String |
getDiagramId() |
boolean |
isDoNotShow() |
boolean |
isGennew() |
void |
setCaption(java.lang.String value)
Sets the value of the '
Caption ' attribute. |
void |
setDiagramId(java.lang.String value)
Sets the value of the '
Diagram Id ' attribute. |
void |
setDoNotShow(boolean value)
Sets the value of the '
Do Not Show ' attribute. |
void |
setGennew(boolean value)
Sets the value of the '
Gennew ' attribute. |
getFromElementId, getFromProperty, getId, getTitle, setFromElementId, setFromProperty, setId, setTitle
java.lang.String getDiagramId()
void setDiagramId(java.lang.String value)
Diagram Id
' attribute. value
- the new value of the 'Diagram Id' attribute.getDiagramId()
java.lang.String getCaption()
void setCaption(java.lang.String value)
Caption
' attribute. value
- the new value of the 'Caption' attribute.getCaption()
boolean isGennew()
void setGennew(boolean value)
Gennew
' attribute. value
- the new value of the 'Gennew' attribute.isGennew()
boolean isDoNotShow()
void setDoNotShow(boolean value)
Do Not Show
' attribute. value
- the new value of the 'Do Not Show' attribute.isDoNotShow()