Community
Participate
Working Groups
featureName.equals(PART_MENUS_ATTNAME) ||
// an Application has multiple commands
featureName.equals(APPLICATION_COMMANDS_ATTNAME) ||
// an ApplicationElement has multiple clonable snippets
featureName.equals(APPLICATIONELEMENT_CLONABLE_SNIPPETS_ATTNAME) ||
// a HandlerContainer has multiple handlers
featureName.equals(HANDLERCONTAINER_HANDLERS_ATTNAME) ||
// a BindingContainer has multiple binding tables
.getApplicationElement_Tags().getName();
/**
* Attribute defined by MApplicationElements (value is <code>clonableSnippets</code>).
*/
public static final String APPLICATIONELEMENT_CLONABLE_SNIPPETS_ATTNAME = ApplicationPackageImpl.eINSTANCE
.getApplicationElement_ClonableSnippets().getName();
* Attribute defined by MApplications (value is <code>commands</code>).
public static final String APPLICATION_COMMANDS_ATTNAME = ApplicationPackageImpl.eINSTANCE