|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeBadValueException | |
dods.dap | This package contains the DODS core classes, known as the Data Access Protocol (DAP). |
Uses of AttributeBadValueException in dods.dap |
Methods in dods.dap that throw AttributeBadValueException | |
void |
Attribute.appendValue(java.lang.String value)
Append a value to this attribute. |
void |
Attribute.appendValue(java.lang.String value,
boolean check)
Append a value to this attribute. |
void |
AttributeTable.appendAttribute(java.lang.String name,
int type,
java.lang.String value,
boolean check)
Adds an attribute to the table. |
void |
AttributeTable.appendAttribute(java.lang.String name,
int type,
java.lang.String value)
Adds an attribute to the table. |
Constructors in dods.dap that throw AttributeBadValueException | |
Attribute(int type,
java.lang.String name,
java.lang.String value,
boolean check)
Construct an Attribute with the given type and initial
value. |
|
Attribute(int type,
java.lang.String name,
java.lang.String value)
Construct an Attribute with the given type and initial
value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |