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 ExtensionPoint
getDeclaringExtensionPoint()
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
null
if this is not a schema element.
-
-