com.ibm.websphere.wim.model

Interface ViewControl

    • Method Summary

      Methods 
      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.
    • 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: