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 Details

getIdentifiers

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

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


setIdentifiers

public 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.