Interface ConfigurationSchemaElement

All Superinterfaces:
ConfigurationElementBase<ConfigurationSchemaElement>

public interface ConfigurationSchemaElement extends ConfigurationElementBase<ConfigurationSchemaElement>
A configuration element of an extension point (schema).

This interface is not intended to be implemented by clients.

  • Method Details

    • getDeclaringExtensionPoint

      ExtensionPoint getDeclaringExtensionPoint()
      Gets the declaring extension point, if this is an element of an extension point configuration (the schema).
      Returns:
      The declaring extension point, or null if this is not a schema element.