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
 

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

Methods in ucar.nc2 that return types with arguments of type EnumTypedef
 java.util.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.