org.eclipse.stp.core.saf.ui.contribution
Interface ISOAPropertiesEntry

All Known Implementing Classes:
SOAPropertiesEntry

public interface ISOAPropertiesEntry

Describes an entry in the SOAPropertiesRegistry


Method Summary
 java.lang.String getClassName()
          Identifies the className
 ISOAPropertiesContribution getContributor()
          Gets a default contribution
 java.lang.String getContributorPluginID()
          Identifies the contributing plugin
 java.lang.String getId()
          Identifies the ID
 java.lang.String getNamespaceURI()
          Identifies the namespaceURI of the type
 java.lang.String getTypeName()
          Identifies the typeName
 ISOAPropertiesContribution newContributor()
          Creates a new contribution
 

Method Detail

getContributor

public ISOAPropertiesContribution getContributor()
Gets a default contribution

Returns:
a default contribution

newContributor

public ISOAPropertiesContribution newContributor()
Creates a new contribution

Returns:
the new contribution

getId

public java.lang.String getId()
Identifies the ID

Returns:
the ID

getContributorPluginID

public java.lang.String getContributorPluginID()
Identifies the contributing plugin

Returns:
the bundle

getTypeName

public java.lang.String getTypeName()
Identifies the typeName

Returns:
the type name

getClassName

public java.lang.String getClassName()
Identifies the className

Returns:
the class name

getNamespaceURI

public java.lang.String getNamespaceURI()
Identifies the namespaceURI of the type

Returns:
the namespaceURI of the type