|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeBadValueException | |
---|---|
opendap.dap | This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). |
Uses of AttributeBadValueException in opendap.dap |
---|
Methods in opendap.dap that throw AttributeBadValueException | |
---|---|
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. |
Constructors in opendap.dap that throw AttributeBadValueException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |