org.eclipse.gmf.codegen.gmfgen
Interface GenDomainModelNavigator

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

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

A representation of the model object 'Gen Domain Model Navigator'.

The following features are supported:

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

Method Summary
 String getDomainContentExtensionID()
          Returns the value of the 'Domain Content Extension ID' attribute.
 String getDomainContentExtensionName()
          Returns the value of the 'Domain Content Extension Name' attribute.
 String getDomainContentExtensionPriority()
          Returns the value of the 'Domain Content Extension Priority' attribute.
 String getDomainContentProviderClassName()
          Returns the value of the 'Domain Content Provider Class Name' attribute.
 String getDomainContentProviderQualifiedClassName()
           
 String getDomainLabelProviderClassName()
          Returns the value of the 'Domain Label Provider Class Name' attribute.
 String getDomainLabelProviderQualifiedClassName()
           
 String getDomainModelElementTesterClassName()
          Returns the value of the 'Domain Model Element Tester Class Name' attribute.
 String getDomainModelElementTesterQualifiedClassName()
           
 String getDomainNavigatorItemClassName()
          Returns the value of the 'Domain Navigator Item Class Name' attribute.
 String getDomainNavigatorItemQualifiedClassName()
           
 boolean isGenerateDomainModelNavigator()
          Returns the value of the 'Generate Domain Model Navigator' attribute.
 void setDomainContentExtensionID(String value)
          Sets the value of the 'Domain Content Extension ID' attribute.
 void setDomainContentExtensionName(String value)
          Sets the value of the 'Domain Content Extension Name' attribute.
 void setDomainContentExtensionPriority(String value)
          Sets the value of the 'Domain Content Extension Priority' attribute.
 void setDomainContentProviderClassName(String value)
          Sets the value of the 'Domain Content Provider Class Name' attribute.
 void setDomainLabelProviderClassName(String value)
          Sets the value of the 'Domain Label Provider Class Name' attribute.
 void setDomainModelElementTesterClassName(String value)
          Sets the value of the 'Domain Model Element Tester Class Name' attribute.
 void setDomainNavigatorItemClassName(String value)
          Sets the value of the 'Domain Navigator Item Class Name' attribute.
 void setGenerateDomainModelNavigator(boolean value)
          Sets the value of the 'Generate Domain Model Navigator' 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

isGenerateDomainModelNavigator

boolean isGenerateDomainModelNavigator()
Returns the value of the 'Generate Domain Model Navigator' attribute. The default value is "true".

If the meaning of the 'Generate Domain Model Navigator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Generate Domain Model Navigator' attribute.
See Also:
setGenerateDomainModelNavigator(boolean), GMFGenPackage.getGenDomainModelNavigator_GenerateDomainModelNavigator()
Generated
Model Properties:
default="true"

setGenerateDomainModelNavigator

void setGenerateDomainModelNavigator(boolean value)
Sets the value of the 'Generate Domain Model Navigator' attribute.

Parameters:
value - the new value of the 'Generate Domain Model Navigator' attribute.
See Also:
isGenerateDomainModelNavigator()
Generated

getDomainContentExtensionID

String getDomainContentExtensionID()
Returns the value of the 'Domain Content Extension ID' attribute.

If the meaning of the 'Domain Content Extension ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Domain Content Extension ID' attribute.
See Also:
setDomainContentExtensionID(String), GMFGenPackage.getGenDomainModelNavigator_DomainContentExtensionID()
Generated
Model Properties:

setDomainContentExtensionID

void setDomainContentExtensionID(String value)
Sets the value of the 'Domain Content Extension ID' attribute.

Parameters:
value - the new value of the 'Domain Content Extension ID' attribute.
See Also:
getDomainContentExtensionID()
Generated

getDomainContentExtensionName

String getDomainContentExtensionName()
Returns the value of the 'Domain Content Extension Name' attribute.

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

Returns:
the value of the 'Domain Content Extension Name' attribute.
See Also:
setDomainContentExtensionName(String), GMFGenPackage.getGenDomainModelNavigator_DomainContentExtensionName()
Generated
Model Properties:

setDomainContentExtensionName

void setDomainContentExtensionName(String value)
Sets the value of the 'Domain Content Extension Name' attribute.

Parameters:
value - the new value of the 'Domain Content Extension Name' attribute.
See Also:
getDomainContentExtensionName()
Generated

getDomainContentExtensionPriority

String getDomainContentExtensionPriority()
Returns the value of the 'Domain Content Extension Priority' attribute.

If the meaning of the 'Domain Content Extension Priority' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Domain Content Extension Priority' attribute.
See Also:
setDomainContentExtensionPriority(String), GMFGenPackage.getGenDomainModelNavigator_DomainContentExtensionPriority()
Generated
Model Properties:

setDomainContentExtensionPriority

void setDomainContentExtensionPriority(String value)
Sets the value of the 'Domain Content Extension Priority' attribute.

Parameters:
value - the new value of the 'Domain Content Extension Priority' attribute.
See Also:
getDomainContentExtensionPriority()
Generated

getDomainContentProviderClassName

String getDomainContentProviderClassName()
Returns the value of the 'Domain Content Provider Class Name' attribute.

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

Returns:
the value of the 'Domain Content Provider Class Name' attribute.
See Also:
setDomainContentProviderClassName(String), GMFGenPackage.getGenDomainModelNavigator_DomainContentProviderClassName()
Generated
Model Properties:

setDomainContentProviderClassName

void setDomainContentProviderClassName(String value)
Sets the value of the 'Domain Content Provider Class Name' attribute.

Parameters:
value - the new value of the 'Domain Content Provider Class Name' attribute.
See Also:
getDomainContentProviderClassName()
Generated

getDomainLabelProviderClassName

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

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

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

setDomainLabelProviderClassName

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

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

getDomainModelElementTesterClassName

String getDomainModelElementTesterClassName()
Returns the value of the 'Domain Model Element Tester Class Name' attribute.

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

Returns:
the value of the 'Domain Model Element Tester Class Name' attribute.
See Also:
setDomainModelElementTesterClassName(String), GMFGenPackage.getGenDomainModelNavigator_DomainModelElementTesterClassName()
Generated
Model Properties:
annotation="http://www.eclipse.org/gmf/2006/deprecated documentation='DomainModelElementTester class will not be generated annymore'"

setDomainModelElementTesterClassName

void setDomainModelElementTesterClassName(String value)
Sets the value of the 'Domain Model Element Tester Class Name' attribute.

Parameters:
value - the new value of the 'Domain Model Element Tester Class Name' attribute.
See Also:
getDomainModelElementTesterClassName()
Generated

getDomainNavigatorItemClassName

String getDomainNavigatorItemClassName()
Returns the value of the 'Domain Navigator Item Class Name' attribute.

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

Returns:
the value of the 'Domain Navigator Item Class Name' attribute.
See Also:
setDomainNavigatorItemClassName(String), GMFGenPackage.getGenDomainModelNavigator_DomainNavigatorItemClassName()
Generated
Model Properties:

setDomainNavigatorItemClassName

void setDomainNavigatorItemClassName(String value)
Sets the value of the 'Domain Navigator Item Class Name' attribute.

Parameters:
value - the new value of the 'Domain Navigator Item Class Name' attribute.
See Also:
getDomainNavigatorItemClassName()
Generated

getDomainContentProviderQualifiedClassName

String getDomainContentProviderQualifiedClassName()

Generated
Model Properties:
kind="operation"

getDomainLabelProviderQualifiedClassName

String getDomainLabelProviderQualifiedClassName()

Generated
Model Properties:
kind="operation"

getDomainModelElementTesterQualifiedClassName

String getDomainModelElementTesterQualifiedClassName()

Generated
Model Properties:
kind="operation" annotation="http://www.eclipse.org/gmf/2006/deprecated documentation='DomainModelElementTester class will not be generated annymore'"

getDomainNavigatorItemQualifiedClassName

String getDomainNavigatorItemQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.