org.eclipse.gmf.codegen.gmfgen
Interface GenStandardPreferencePage

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

public interface GenStandardPreferencePage
extends GenPreferencePage

A representation of the model object 'Gen Standard Preference Page'.

The following features are supported:

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

Method Summary
 String getClassName()
          Returns the value of the 'Class Name' attribute.
 StandardPreferencePages getKind()
          Returns the value of the 'Kind' attribute.
 void setClassName(String value)
          Sets the value of the 'Class Name' attribute.
 void setKind(StandardPreferencePages value)
          Sets the value of the 'Kind' attribute.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.GenPreferencePage
getChildren, getDiagram, getID, getName, getParent, getParentCategory, getQualifiedClassName, setID, setName, setParentCategory
 
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

getKind

StandardPreferencePages getKind()
Returns the value of the 'Kind' attribute. The literals are from the enumeration StandardPreferencePages.

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

Returns:
the value of the 'Kind' attribute.
See Also:
StandardPreferencePages, setKind(StandardPreferencePages), GMFGenPackage.getGenStandardPreferencePage_Kind()
Generated
Model Properties:
required="true"

setKind

void setKind(StandardPreferencePages value)
Sets the value of the 'Kind' attribute.

Parameters:
value - the new value of the 'Kind' attribute.
See Also:
StandardPreferencePages, getKind()
Generated

getClassName

String getClassName()
Returns the value of the 'Class Name' attribute.

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

Specified by:
getClassName in interface GenPreferencePage
Returns:
the value of the 'Class Name' attribute.
See Also:
setClassName(String), GMFGenPackage.getGenStandardPreferencePage_ClassName()
Generated
Model Properties:

setClassName

void setClassName(String value)
Sets the value of the 'Class Name' attribute.

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


Copyright © 2012. All Rights Reserved.