org.eclipse.emf.ecp.view.spi.viewproxy.model
Interface VViewProxy

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VContainedElement, VElement
All Known Implementing Classes:
VViewProxyImpl

public interface VViewProxy
extends VContainedElement

A representation of the model object 'View Proxy'.

The following features are supported:

See Also:
VViewproxyPackage.getViewProxy()

Method Summary
 String getId()
          Returns the value of the 'Id' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VElement
getAttachments, getDiagnostic, getLabel, getName, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setVisible
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getId

String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), VViewproxyPackage.getViewProxy_Id()

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()


Copyright © 2015. All Rights Reserved.