org.objectweb.jonathan.apis.binding
Interface Reference

All Known Implementing Classes:
Stub

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.


Copyright © 2008 OW2 Consortium. All Rights Reserved.