ucar.netcdf
Class AttrVal
java.lang.Object
ucar.netcdf.AttrVal
- All Implemented Interfaces:
- Cloneable, Serializable
- Direct Known Subclasses:
- NumericAttrVal, StringAttrVal
- abstract class AttrVal
- extends Object
- implements Serializable, Cloneable
|
Constructor Summary |
(package private) |
AttrVal()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttrVal
AttrVal()
getValue
abstract Object getValue()
get
abstract Object get(int index)
getNumericValue
abstract Number getNumericValue(int index)
getNumericValue
abstract Number getNumericValue()
getComponentType
abstract Class getComponentType()
getLength
abstract int getLength()
toCdl
abstract void toCdl(StringBuffer buf)