org.eclipse.gmf.codegen.gmfgen
Interface GenParsers

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

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

A representation of the model object 'Gen Parsers'.

The following features are supported:

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

Method Summary
 String getClassName()
          Returns the value of the 'Class Name' attribute.
 GenEditorGenerator getEditorGen()
          Returns the value of the 'Editor Gen' container reference.
 org.eclipse.emf.common.util.EList<GenParserImplementation> getImplementations()
          Returns the value of the 'Implementations' containment reference list.
 String getImplPackageName()
          Returns the value of the 'Impl Package Name' attribute.
 String getPackageName()
          Returns the value of the 'Package Name' attribute.
 ProviderPriority getProviderPriority()
          Returns the value of the 'Provider Priority' attribute.
 String getQualifiedClassName()
          Class with parser access methods.
 boolean isExtensibleViaService()
          Returns the value of the 'Extensible Via Service' attribute.
 void setClassName(String value)
          Sets the value of the 'Class Name' attribute.
 void setExtensibleViaService(boolean value)
          Sets the value of the 'Extensible Via Service' attribute.
 void setImplPackageName(String value)
          Sets the value of the 'Impl Package Name' attribute.
 void setPackageName(String value)
          Sets the value of the 'Package Name' attribute.
 void setProviderPriority(ProviderPriority value)
          Sets the value of the 'Provider Priority' 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 'Label Parsers'.

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.getGenParsers_EditorGen(), GenEditorGenerator.getLabelParsers()
Generated
Model Properties:
opposite="labelParsers" resolveProxies="false" required="true" transient="false" changeable="false"

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.getGenParsers_PackageName()
Generated
Model Properties:
required="true"

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

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...

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

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

isExtensibleViaService

boolean isExtensibleViaService()
Returns the value of the 'Extensible Via Service' attribute. The default value is "false".

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

Returns:
the value of the 'Extensible Via Service' attribute.
See Also:
setExtensibleViaService(boolean), GMFGenPackage.getGenParsers_ExtensibleViaService()
Generated
Model Properties:
default="false"

setExtensibleViaService

void setExtensibleViaService(boolean value)
Sets the value of the 'Extensible Via Service' attribute.

Parameters:
value - the new value of the 'Extensible Via Service' attribute.
See Also:
isExtensibleViaService()
Generated

getProviderPriority

ProviderPriority getProviderPriority()
Returns the value of the 'Provider Priority' attribute. The default value is "Lowest". The literals are from the enumeration ProviderPriority.

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

Returns:
the value of the 'Provider Priority' attribute.
See Also:
ProviderPriority, setProviderPriority(ProviderPriority), GMFGenPackage.getGenParsers_ProviderPriority()
Generated
Model Properties:
default="Lowest"

setProviderPriority

void setProviderPriority(ProviderPriority value)
Sets the value of the 'Provider Priority' attribute.

Parameters:
value - the new value of the 'Provider Priority' attribute.
See Also:
ProviderPriority, getProviderPriority()
Generated

getImplementations

org.eclipse.emf.common.util.EList<GenParserImplementation> getImplementations()
Returns the value of the 'Implementations' containment reference list. The list contents are of type GenParserImplementation. It is bidirectional and its opposite is 'Holder'.

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

Returns:
the value of the 'Implementations' containment reference list.
See Also:
GMFGenPackage.getGenParsers_Implementations(), GenParserImplementation.getHolder()
Generated
Model Properties:
opposite="holder" containment="true" required="true"

getImplPackageName

String getImplPackageName()
Returns the value of the 'Impl Package Name' attribute. Package with parser implementations, same as packageName unless set

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

setImplPackageName

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

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

getQualifiedClassName

String getQualifiedClassName()
Class with parser access methods. In case of using extensible ParserService, that would be provider implementation class.

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.