public interface ViewControl extends Control
The following features are supported:
ModelPackage.getViewControl()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getViewName()
Returns the value of the 'View Name' attribute.
|
void |
setViewName(java.lang.String value)
Sets the value of the '
View Name ' attribute. |
java.lang.String getViewName()
setViewName(String)
,
ModelPackage.getViewControl_ViewName()
void setViewName(java.lang.String value)
View Name
' attribute.
value
- the new value of the 'View Name' attribute.getViewName()