org.eclipse.emf.ecp.internal.core.util
Class ExtensionParser.ExtensionDescriptor<ELEMENT extends InternalRegistryElement>

java.lang.Object
  extended by org.eclipse.emf.ecp.internal.core.util.Element
      extended by org.eclipse.emf.ecp.internal.core.util.ElementDescriptor<ELEMENT>
          extended by org.eclipse.emf.ecp.internal.core.util.ExtensionParser.ExtensionDescriptor<ELEMENT>
All Implemented Interfaces:
Comparable<ECPElement>, ECPElement, ECPDisposable, ECPDisposable.DisposeListener, InternalDescriptor<ELEMENT>, InternalRegistryElement
Enclosing class:
ExtensionParser<ELEMENT extends InternalRegistryElement>

public static class ExtensionParser.ExtensionDescriptor<ELEMENT extends InternalRegistryElement>
extends ElementDescriptor<ELEMENT>

Author:
Eike Stepper

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecp.spi.core.util.ECPDisposable
ECPDisposable.DisposeListener
 
Constructor Summary
ExtensionParser.ExtensionDescriptor(ElementRegistry<ELEMENT,?> registry, String name, String type, org.eclipse.core.runtime.IConfigurationElement configurationElement)
           
 
Method Summary
 org.eclipse.core.runtime.IConfigurationElement getConfigurationElement()
           
 String getType()
          This return the type of the object.
 
Methods inherited from class org.eclipse.emf.ecp.internal.core.util.ElementDescriptor
addDisposeListener, dispose, disposed, getDescription, getLabel, getRegistry, getResolvedElement, isDisposed, isResolved, removeDisposeListener, setDescription, setLabel
 
Methods inherited from class org.eclipse.emf.ecp.internal.core.util.Element
compareTo, equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPElement
getName
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

ExtensionParser.ExtensionDescriptor

public ExtensionParser.ExtensionDescriptor(ElementRegistry<ELEMENT,?> registry,
                                           String name,
                                           String type,
                                           org.eclipse.core.runtime.IConfigurationElement configurationElement)
Method Detail

getType

public String getType()
This return the type of the object.

Specified by:
getType in class Element
Returns:
the type

getConfigurationElement

public final org.eclipse.core.runtime.IConfigurationElement getConfigurationElement()


Copyright © 2014. All Rights Reserved.