public interface IAttributeSupport extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(IAttribute attribute)
Deprecated.
use getExtendedAttributes instead
|
void |
addAttributes(Collection<IAttribute> attributes)
Deprecated.
use getExtendedAttributes instead
|
IAttribute |
getAttribute(String name)
Deprecated.
|
Collection<IAttribute> |
getAttributes()
Deprecated.
|
IStorageResource |
getExtendedAttributes()
Returns the extended attributes
|
@Deprecated void addAttribute(IAttribute attribute)
attribute - @Deprecated void addAttributes(Collection<IAttribute> attributes)
attributes - @Deprecated IAttribute getAttribute(String name)
@Deprecated Collection<IAttribute> getAttributes()
IStorageResource getExtendedAttributes()
IStorageResource object.Copyright © 2022 Visiativ. All rights reserved.