Interface IDefinitionIdentifier
- 
 public interface IDefinitionIdentifierThe component identifier interface. It allows to determine the definition uniquely.
 Each implementation of this interface should override#equals(Object)and#hashCode()correctly.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(Object id)Checks whether the identifier matches the specifiedid.
 
- 
- 
- 
Method Detail- 
matchesboolean matches(Object id) Checks whether the identifier matches the specifiedid.- Parameters:
- id- the object that represents identifier, cannot be- null.
- Returns:
- trueif the identifier matches the specified object,- false- otherwise.
 
 
- 
 
-