org.eclipse.xtend.shared.ui.core.metamodel
Class Contributor

java.lang.Object
  extended by org.eclipse.xtend.shared.ui.core.metamodel.Contributor

public class Contributor
extends java.lang.Object

Private class representing a metamodel contributor.

Author:
Peter Friese

Constructor Summary
Contributor(java.lang.String displayName, java.lang.String className, org.eclipse.core.runtime.IConfigurationElement element, boolean enabled)
          Creates a new Contributor instance.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getClassName()
           
 java.lang.String getDisplayName()
           
 MetamodelContributor getMetaModelContributor()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Contributor

public Contributor(java.lang.String displayName,
                   java.lang.String className,
                   org.eclipse.core.runtime.IConfigurationElement element,
                   boolean enabled)
Creates a new Contributor instance.

Parameters:
displayName - The display name of the metamodel contributor.
className - The class name of the metamodel contributor.
element -
Method Detail

getDisplayName

public java.lang.String getDisplayName()

getClassName

public java.lang.String getClassName()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getMetaModelContributor

public MetamodelContributor getMetaModelContributor()