public interface AttributeStorage
AttributeHolder
, where
application can store Attribute
s.
This interface lets us describe class, which is not AttributeHolder
itself, but has associated AttributeHolder
.AttributeHolder
Modifier and Type | Method and Description |
---|---|
AttributeHolder |
getAttributes()
Get associated
AttributeHolder . |
AttributeHolder getAttributes()
AttributeHolder
.
Implementation may return null if AttributeHolder
wasn't
initialized yet.AttributeHolder
.
Implementation may return null if AttributeHolder
wasn't
initialized yet.Copyright © 2015 Oracle Corporation. All rights reserved.