public interface IndexedAttributeAccessor
AttributeHolder supports
indexed Attribute access.AttributeHolder| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttribute(int index)
Internal method for dynamic attribute support.
|
void |
setAttribute(int index,
java.lang.Object value)
Internal method for dynamic attribute support.
|
java.lang.Object getAttribute(int index)
void setAttribute(int index,
java.lang.Object value)
Copyright © 2013 Oracle Corporation. All Rights Reserved.