| Package | Description |
|---|---|
| opendap.dap |
This package contains the OPeNDAP core classes, known as the Data Access
Protocol (DAP).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attribute.appendValue(String value)
Append a value to this attribute.
|
void |
Alias.appendValue(String value)
Append a value to this attribute.
|
void |
Attribute.appendValue(String value,
boolean check)
Append a value to this attribute.
|
void |
Alias.appendValue(String value,
boolean check)
Append a value to this attribute.
|
void |
Attribute.deleteValueAt(int index)
Remove the
i'th String from this attribute. |
void |
Alias.deleteValueAt(int index)
Remove the
i'th String from this attribute. |
| Constructor and Description |
|---|
Attribute(int type,
String clearname,
String value)
Construct an
Attribute with the given type and initial
value. |
Attribute(int type,
String clearname,
String value,
boolean check)
Construct an
Attribute with the given type and initial
value. |
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.