org.eclipse.gmf.codegen.gmfgen
Interface GenPreferencePage

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GenCustomPreferencePage, GenStandardPreferencePage
All Known Implementing Classes:
GenCustomPreferencePageImpl, GenPreferencePageImpl, GenStandardPreferencePageImpl

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

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

The following features are supported:

See Also:
GMFGenPackage.getGenPreferencePage()

Method Summary
 org.eclipse.emf.common.util.EList<GenPreferencePage> getChildren()
          Returns the value of the 'Children' containment reference list.
 String getClassName()
           
 GenDiagram getDiagram()
           
 String getID()
          Returns the value of the 'ID' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 GenPreferencePage getParent()
          Returns the value of the 'Parent' container reference.
 String getParentCategory()
          Returns the value of the 'Parent Category' attribute.
 String getQualifiedClassName()
           
 void setID(String value)
          Sets the value of the 'ID' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setParentCategory(String value)
          Sets the value of the 'Parent Category' 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

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.getGenPreferencePage_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()

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), GMFGenPackage.getGenPreferencePage_Name()

setName

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

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getChildren

org.eclipse.emf.common.util.EList<GenPreferencePage> getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type GenPreferencePage. It is bidirectional and its opposite is 'Parent'.

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

Returns:
the value of the 'Children' containment reference list.
See Also:
GMFGenPackage.getGenPreferencePage_Children(), getParent()

getParent

GenPreferencePage getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Children'.

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

Returns:
the value of the 'Parent' container reference.
See Also:
GMFGenPackage.getGenPreferencePage_Parent(), getChildren()

getParentCategory

String getParentCategory()
Returns the value of the 'Parent Category' attribute. For a page that doesn't have another GenPreferencePage set as its parent, id of any other preference page to use as parent page may be set with this attribute

Returns:
the value of the 'Parent Category' attribute.
See Also:
setParentCategory(String), GMFGenPackage.getGenPreferencePage_ParentCategory()

setParentCategory

void setParentCategory(String value)
Sets the value of the 'Parent Category' attribute.

Parameters:
value - the new value of the 'Parent Category' attribute.
See Also:
getParentCategory()

getDiagram

GenDiagram getDiagram()


getQualifiedClassName

String getQualifiedClassName()


getClassName

String getClassName()



Copyright © 2011. All Rights Reserved.