org.eclipse.gmf.codegen.gmfgen
Interface GenPropertySheet

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

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

A representation of the model object 'Gen Property Sheet'. Sheet consists of few categories (aka tabs)

The following features are supported:

See Also:
GMFGenPackage.getGenPropertySheet()
Generated
Model Properties:

Method Summary
 GenEditorGenerator getEditorGen()
          Returns the value of the 'Editor Gen' container reference.
 String getLabelProviderClassName()
          Returns the value of the 'Label Provider Class Name' attribute.
 String getLabelProviderQualifiedClassName()
           
 String getPackageName()
          Returns the value of the 'Package Name' attribute.
 org.eclipse.emf.common.util.EList<GenPropertyTab> getTabs()
          Returns the value of the 'Tabs' containment reference list.
 boolean isNeedsCaption()
          Returns the value of the 'Needs Caption' attribute.
 boolean isReadOnly()
          Returns the value of the 'Read Only' attribute.
 void setLabelProviderClassName(String value)
          Sets the value of the 'Label Provider Class Name' attribute.
 void setNeedsCaption(boolean value)
          Sets the value of the 'Needs Caption' attribute.
 void setPackageName(String value)
          Sets the value of the 'Package Name' attribute.
 void setReadOnly(boolean value)
          Sets the value of the 'Read Only' 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

getEditorGen

GenEditorGenerator getEditorGen()
Returns the value of the 'Editor Gen' container reference. It is bidirectional and its opposite is 'Property Sheet'.

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

Returns:
the value of the 'Editor Gen' container reference.
See Also:
GMFGenPackage.getGenPropertySheet_EditorGen(), GenEditorGenerator.getPropertySheet()
Generated
Model Properties:
opposite="propertySheet" resolveProxies="false" required="true" transient="false" changeable="false"

getTabs

org.eclipse.emf.common.util.EList<GenPropertyTab> getTabs()
Returns the value of the 'Tabs' containment reference list. The list contents are of type GenPropertyTab. It is bidirectional and its opposite is 'Sheet'.

If the meaning of the 'Tabs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tabs' containment reference list.
See Also:
GMFGenPackage.getGenPropertySheet_Tabs(), GenPropertyTab.getSheet()
Generated
Model Properties:
opposite="sheet" containment="true" required="true"

getPackageName

String getPackageName()
Returns the value of the 'Package Name' attribute.

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

Returns:
the value of the 'Package Name' attribute.
See Also:
setPackageName(String), GMFGenPackage.getGenPropertySheet_PackageName()
Generated
Model Properties:

setPackageName

void setPackageName(String value)
Sets the value of the 'Package Name' attribute.

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

isReadOnly

boolean isReadOnly()
Returns the value of the 'Read Only' attribute. The default value is "false".

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

Returns:
the value of the 'Read Only' attribute.
See Also:
setReadOnly(boolean), GMFGenPackage.getGenPropertySheet_ReadOnly()
Generated
Model Properties:
default="false"

setReadOnly

void setReadOnly(boolean value)
Sets the value of the 'Read Only' attribute.

Parameters:
value - the new value of the 'Read Only' attribute.
See Also:
isReadOnly()
Generated

isNeedsCaption

boolean isNeedsCaption()
Returns the value of the 'Needs Caption' attribute. The default value is "true".

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

Returns:
the value of the 'Needs Caption' attribute.
See Also:
setNeedsCaption(boolean), GMFGenPackage.getGenPropertySheet_NeedsCaption()
Generated
Model Properties:
default="true"

setNeedsCaption

void setNeedsCaption(boolean value)
Sets the value of the 'Needs Caption' attribute.

Parameters:
value - the new value of the 'Needs Caption' attribute.
See Also:
isNeedsCaption()
Generated

getLabelProviderClassName

String getLabelProviderClassName()
Returns the value of the 'Label Provider Class Name' attribute.

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

Returns:
the value of the 'Label Provider Class Name' attribute.
See Also:
setLabelProviderClassName(String), GMFGenPackage.getGenPropertySheet_LabelProviderClassName()
Generated
Model Properties:

setLabelProviderClassName

void setLabelProviderClassName(String value)
Sets the value of the 'Label Provider Class Name' attribute.

Parameters:
value - the new value of the 'Label Provider Class Name' attribute.
See Also:
getLabelProviderClassName()
Generated

getLabelProviderQualifiedClassName

String getLabelProviderQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.