public interface AttributeContainer
Modifier and Type | Method and Description |
---|---|
void |
addAll(Iterable<Attribute> atts)
Add all; replace old if has same name
|
Attribute |
addAttribute(Attribute att)
Add new or replace old if has same name
|
List<Attribute> |
getAttributes()
Returns the set of attributes for this variable.
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.