org.eclipse.gmf.codegen.gmfgen
Interface GenPropertyTab

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GenCustomPropertyTab, GenStandardPropertyTab
All Known Implementing Classes:
GenCustomPropertyTabImpl, GenPropertyTabImpl, GenStandardPropertyTabImpl

public interface GenPropertyTab
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Gen Property Tab'.

The following features are supported:

See Also:
GMFGenPackage.getGenPropertyTab()
Generated
Model Properties:
abstract="true"

Method Summary
 String getID()
          Returns the value of the 'ID' attribute.
 String getLabel()
          Returns the value of the 'Label' attribute.
 GenPropertySheet getSheet()
          Returns the value of the 'Sheet' container reference.
 void setID(String value)
          Sets the value of the 'ID' attribute.
 void setLabel(String value)
          Sets the value of the 'Label' attribute.
 
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

getSheet

GenPropertySheet getSheet()
Returns the value of the 'Sheet' container reference. It is bidirectional and its opposite is 'Tabs'.

If the meaning of the 'Sheet' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sheet' container reference.
See Also:
GMFGenPackage.getGenPropertyTab_Sheet(), GenPropertySheet.getTabs()
Generated
Model Properties:
opposite="tabs" resolveProxies="false" required="true" transient="false" changeable="false"

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), GMFGenPackage.getGenPropertyTab_ID()
Generated
Model Properties:
required="true"

setID

void setID(String value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
getID()
Generated

getLabel

String getLabel()
Returns the value of the 'Label' attribute.

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

Returns:
the value of the 'Label' attribute.
See Also:
setLabel(String), GMFGenPackage.getGenPropertyTab_Label()
Generated
Model Properties:

setLabel

void setLabel(String value)
Sets the value of the 'Label' attribute.

Parameters:
value - the new value of the 'Label' attribute.
See Also:
getLabel()
Generated


Copyright © 2012. All Rights Reserved.