com.sap.netweaver.coll.shared.api.extension
Interface IExtensionPoint
- All Superinterfaces:
- IDisplayable
- All Known Subinterfaces:
- IParameterInfo
- public interface IExtensionPoint
- extends IDisplayable
Interface describing an extension point. An application processes defined
extension points to add customer functionality. The customer functionality is
implemented in an extension. An extension provider provides the extension with
the required parameters values and exposes it to an extension processor, that
collects and processes the extensions when the extension point is reached.
|
Method Summary |
boolean |
equals(java.lang.Object obj)
Checks two ExtensionPoint objects for equality.
|
int |
hashCode()
Returns the hash code value for this object. |
equals
public boolean equals(java.lang.Object obj)
- Checks two ExtensionPoint objects for equality.
Checks that obj's class is the same as this object's class
and has the same name as this object.
- Overrides:
equals in class java.lang.Object
- Parameters:
obj - the object we are testing for equality with this object.- Returns:
- true if obj is a ExtensionPoint, and has the same id
as this ExtensionPoint object, false otherwise.
hashCode
public int hashCode()
- Returns the hash code value for this object.
- Overrides:
hashCode in class java.lang.Object
- Returns:
- a hash code value for this object.