com.ibm.websphere.wim.model
Interface ViewControl

All Superinterfaces:
Control

public interface ViewControl
extends Control

A representation of the model object 'View Control'.

The following features are supported:

See Also:
ModelPackage.getViewControl()
Model:
Generated:

Method Summary
 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.
 

Method Detail

getViewName

java.lang.String getViewName()
Returns the value of the 'View Name' attribute.

See Also:
setViewName(String), ModelPackage.getViewControl_ViewName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'View Name' attribute.

setViewName

void setViewName(java.lang.String value)
Sets the value of the 'View Name' attribute.

Parameters:
value - the new value of the 'View Name' attribute.
See Also:
getViewName()
Generated: