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 |
Alias.appendValue(java.lang.String value)
Append a value to this attribute.
|
void |
Attribute.appendValue(java.lang.String value)
Append a value to this attribute.
|
void |
Alias.appendValue(java.lang.String value,
boolean check)
Append a value to this attribute.
|
void |
Attribute.appendValue(java.lang.String value,
boolean check)
Append a value to this attribute.
|
void |
Alias.deleteValueAt(int index)
Remove the
i 'th String from this attribute. |
void |
Attribute.deleteValueAt(int index)
Remove the
i 'th String from this attribute. |
Constructor and Description |
---|
Attribute(int type,
java.lang.String name,
java.lang.String value)
Construct an
Attribute with the given type and initial
value. |
Attribute(int type,
java.lang.String name,
java.lang.String value,
boolean check)
Construct an
Attribute with the given type and initial
value. |