|
||||||||||
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 |
AttributeTable.appendAttribute(String name,
int type,
String value)
Adds an attribute to the table. |
void |
AttributeTable.appendAttribute(String name,
int type,
String value)
Adds an attribute to the table. |
void |
AttributeTable.appendAttribute(String name,
int type,
String value,
boolean check)
Adds an attribute to the table. |
void |
AttributeTable.appendAttribute(String name,
int type,
String value,
boolean check)
Adds an attribute to the table. |
void |
Attribute.appendValue(String value)
Append a value to this attribute. |
void |
Attribute.appendValue(String value)
Append a value to this attribute. |
void |
Attribute.appendValue(String value,
boolean check)
Append a value to this attribute. |
void |
Attribute.appendValue(String value,
boolean check)
Append a value to this attribute. |
Constructors in dods.dap that throw AttributeBadValueException | |
---|---|
Attribute(int type,
String name,
String value)
Construct an Attribute with the given type and initial
value. |
|
Attribute(int type,
String name,
String value)
Construct an Attribute with the given type and initial
value. |
|
Attribute(int type,
String name,
String value,
boolean check)
Construct an Attribute with the given type and initial
value. |
|
Attribute(int type,
String name,
String value,
boolean check)
Construct an Attribute with the given type and initial
value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |