public interface AttributedObject
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
attributes()
Internal method for dynamic attribute support.
|
Object |
get(int index)
Internal method for dynamic attribute support.
|
void |
set(int index,
Object obj)
Internal method for dynamic attribute support.
|
Object get(int index)
void set(int index,
Object obj)
Copyright © 2011–2018 Eclipse Foundation. All rights reserved.