Package ucar.nc2.dods
Class DODSAttribute
- java.lang.Object
-
- ucar.nc2.CDMNode
-
- ucar.nc2.Attribute
-
- ucar.nc2.dods.DODSAttribute
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.Attribute
Attribute.Builder
-
-
Field Summary
-
Fields inherited from class ucar.nc2.CDMNode
annotations, dodsname, group, immutable, parentstruct, shortName, sort
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DODSAttribute(String dodsName, String val)
DODSAttribute(String dodsName, Attribute att)
constructor: adapter around dods.dap.Attribute
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDODSName()
Get the dodsnamevoid
resetShortName(String name)
void
setDODSName(String name)
Store the original dods name-
Methods inherited from class ucar.nc2.Attribute
builder, builder, equals, getDataType, getEnumType, getLength, getName, getNumericValue, getNumericValue, getStringValue, getStringValue, getValue, getValues, hashCode, isArray, isspecial, isString, makeMap, setDataType, setEnumType, setName, setValues, setValues, toBuilder, toString, toString, writeCDL
-
Methods inherited from class ucar.nc2.CDMNode
annotate, annotation, getFullName, getFullNameEscaped, getGroup, getImmutable, getParentGroup, getParentStructure, getShortName, getSort, isMemberOfStructure, localhash, setImmutable, setParentGroup, setParentStructure, setShortName, setSort, unwrap
-
-
-
-
Method Detail
-
getDODSName
public String getDODSName()
Description copied from class:CDMNode
Get the dodsname- Overrides:
getDODSName
in classCDMNode
- Returns:
- the original names from the DDS or DAS; if null, then return the short name
-
setDODSName
public void setDODSName(String name)
Description copied from class:CDMNode
Store the original dods name- Overrides:
setDODSName
in classCDMNode
- Parameters:
name
- The original name from the DDS/DAS
-
resetShortName
public void resetShortName(String name)
-
-