Uses of Class
ucar.nc2.EnumTypedef

Packages that use EnumTypedef
ucar.nc2 The public API to the Java-NetCDF library. 
 

Uses of EnumTypedef in ucar.nc2
 

Fields in ucar.nc2 with type parameters of type EnumTypedef
protected  List<EnumTypedef> Group.enumTypedefs
           
 

Methods in ucar.nc2 that return EnumTypedef
 EnumTypedef Group.findEnumeration(String name)
          Find an Enumeration Typedef using its (short) name.
 EnumTypedef Variable.getEnumTypedef()
           
 

Methods in ucar.nc2 that return types with arguments of type EnumTypedef
 List<EnumTypedef> Group.getEnumTypedefs()
          Get the enumerations contained directly in this group.
 

Methods in ucar.nc2 with parameters of type EnumTypedef
 void Group.addEnumeration(EnumTypedef e)
          Add an Enumeration
 void Variable.setEnumTypedef(EnumTypedef enumTypedef)
          Public by accident.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.