|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchAttributeException | |
---|---|
opendap.dap | This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). |
Uses of NoSuchAttributeException in opendap.dap |
---|
Methods in opendap.dap that throw NoSuchAttributeException | |
---|---|
void |
AttributeTable.addAlias(java.lang.String alias,
java.lang.String attributeName)
Add an alias to the current table. |
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 |
Attribute.deleteValueAt(int index)
Remove the i 'th String from this attribute. |
AttributeTable |
DAS.getAttributeTable(java.lang.String name)
Returns the AttributeTable with the given name. |
AttributeTable |
Alias.getContainer()
Returns the AttributeTable container. |
AttributeTable |
Attribute.getContainer()
Returns the AttributeTable container. |
int |
Attribute.getNumVal()
Returns the nummber of values held in this attribute. |
java.lang.String |
Alias.getValueAt(int index)
Returns the attribute value at index . |
java.lang.String |
Attribute.getValueAt(int index)
Returns the attribute value at index . |
java.util.Enumeration |
Alias.getValues()
Returns the values of this attribute as an Enumeration
of String . |
java.util.Enumeration |
Attribute.getValues()
Returns the values of this attribute as an Enumeration
of String . |
void |
DAS.resolveAliases()
This method searchs through the DAS
for Alias members. |
void |
DDS.resolveAliases()
Before the DDS can be used all of the Aliases in the various AttributeTables must be resolved. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |