public interface IdentifiableFactory<E extends Identifiable>
| Modifier and Type | Method and Description |
|---|---|
E |
create(ORB orb,
InputStream in)
Construct the appropriate Identifiable object with the
given id from the InputStream is.
|
int |
getId()
Return the id of this factory, which is the id of the result
of any create call.
|
int getId()
E create(ORB orb, InputStream in)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.