org.objectweb.jonathan.binding.api
Interface Reference


public interface Reference

A Reference simply holds a set of identifiers.


Method Summary
 Identifier[] getIdentifiers()
          Returns the set of identifiers associated with the target reference.
 void setIdentifiers(Identifier[] ids)
          Sets the set of identifiers associated with the target reference.
 

Method Detail

getIdentifiers

Identifier[] getIdentifiers()
Returns the set of identifiers associated with the target reference.

Returns:
the set of identifiers associated with the target reference.

setIdentifiers

void setIdentifiers(Identifier[] ids)
Sets the set of identifiers associated with the target reference.

Parameters:
ids - the set of identifiers to be associated with the target reference.