org.eclipse.gmf.codegen.gmfgen
Interface GenPreference

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

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

A representation of the model object 'Gen Preference'.

The following features are supported:

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

Method Summary
 String getDefaultValue()
          Returns the value of the 'Default Value' attribute.
 String getKey()
          Returns the value of the 'Key' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 GenCustomPreferencePage getPage()
          Returns the value of the 'Page' container reference.
 void setDefaultValue(String value)
          Sets the value of the 'Default Value' attribute.
 void setKey(String value)
          Sets the value of the 'Key' attribute.
 void setName(String value)
          Sets the value of the 'Name' 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

getPage

GenCustomPreferencePage getPage()
Returns the value of the 'Page' container reference. It is bidirectional and its opposite is 'Preferences'.

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

Returns:
the value of the 'Page' container reference.
See Also:
GMFGenPackage.getGenPreference_Page(), GenCustomPreferencePage.getPreferences()
Generated
Model Properties:
opposite="preferences" resolveProxies="false" required="true" transient="false" changeable="false"

getName

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), GMFGenPackage.getGenPreference_Name()
Generated
Model Properties:
required="true"

setName

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

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

getKey

String getKey()
Returns the value of the 'Key' attribute. Preference key, derived from constant name if not set

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String), GMFGenPackage.getGenPreference_Key()
Generated
Model Properties:

setKey

void setKey(String value)
Sets the value of the 'Key' attribute.

Parameters:
value - the new value of the 'Key' attribute.
See Also:
getKey()
Generated

getDefaultValue

String getDefaultValue()
Returns the value of the 'Default Value' attribute.

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

Returns:
the value of the 'Default Value' attribute.
See Also:
setDefaultValue(String), GMFGenPackage.getGenPreference_DefaultValue()
Generated
Model Properties:

setDefaultValue

void setDefaultValue(String value)
Sets the value of the 'Default Value' attribute.

Parameters:
value - the new value of the 'Default Value' attribute.
See Also:
getDefaultValue()
Generated


Copyright © 2012. All Rights Reserved.