public class ObjectAdapterIdArray extends Object
| Constructor and Description |
|---|
ObjectAdapterIdArray(String[] objectAdapterId) |
ObjectAdapterIdArray(String name1,
String name2)
Special constructor used for OA IDs of length 2.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getAdapterName()
Get the adapter name simply as an array of strings.
|
int |
getNumLevels()
Return the number of elements in the adapter ID.
|
int |
hashCode() |
Iterator<String> |
iterator()
Return an iterator that iterates over the components
of this adapter ID.
|
String |
toString() |
void |
write(OutputStream os)
Write this object directly to the output stream.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ObjectAdapterIdArray(String[] objectAdapterId)
public boolean equals(Object obj)
public int getNumLevels()
ObjectAdapterIdpublic Iterator<String> iterator()
ObjectAdapterIdpublic String[] getAdapterName()
ObjectAdapterIdpublic void write(OutputStream os)
WriteableCopyright © 2017–2019 Eclipse Foundation. All rights reserved.