Package com.bc.ceres.core.runtime
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionPointgetDeclaringExtensionPoint()Gets the declaring extension point, if this is an element of an extension point configuration (the schema).-
Methods inherited from interface com.bc.ceres.core.runtime.ConfigurationElementBase
getAttribute, getAttributeNames, getChild, getChildren, getChildren, getName, getParent, getValue
-
-
-
-
Method Detail
-
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
nullif this is not a schema element.
-
-