public class CompositeNamedObject extends Object
| Constructor and Description |
|---|
CompositeNamedObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ILocalizableString name,
Object object)
Add an object.
|
Object |
get(int index)
Return the object at the given index.
|
ILocalizableString |
getName(int index)
Return the name of the object at the given index.
|
int |
size()
Return the number of objects.
|
public void add(ILocalizableString name, Object object)
public Object get(int index)
public ILocalizableString getName(int index)
public int size()
Copyright © 2019. All rights reserved.